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: stages:
- "test" - "testing"
variables: variables:
DOCKER_DRIVER: "overlay2" DOCKER_DRIVER: "overlay2"
molecule: molecule:
stage: "test" stage: "testing"
image: "cr.simoncor.net/siempie/molecule-ci:v25.07.18" image: "cr.simoncor.net/siempie/molecule-ci:v25.07.18"
services: services:
- "docker:dind" - "docker:dind"