From b268efd00c415a22e16d8771b2223175dde87c26 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 18 Jul 2025 14:41:02 +0200 Subject: [PATCH] fix(ci): testing stage name --- .gitlab/testing.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab/testing.yaml b/.gitlab/testing.yaml index f0f6c23..1a3fb46 100644 --- a/.gitlab/testing.yaml +++ b/.gitlab/testing.yaml @@ -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"