fix(ci): testing stage name

This commit is contained in:
Simon Cornet 2025-07-18 14:41:02 +02:00
commit b268efd00c

View file

@ -1,13 +1,13 @@
---
stages:
- "test"
- "testing"
variables:
DOCKER_DRIVER: "overlay2"
molecule:
stage: "test"
stage: "testing"
image: "cr.simoncor.net/siempie/molecule-ci:v25.07.18"
services:
- "docker:dind"