From 2feaa8141fb4599841d70ea684f1b0b804ffdb47 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 22 Sep 2025 10:58:38 +0200 Subject: [PATCH] feat(ci): remove unused testing stage --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e48fc0b..54a4cb4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,6 @@ stages: # deployment - "gitleaks" - "linting" - - "testing" - "deployment" @@ -21,6 +20,3 @@ include: - component: "$CI_SERVER_FQDN/components/ansible/linting@v3.0.3" - component: "$CI_SERVER_FQDN/components/markdownlint/markdownlint@1.0.0" - component: "$CI_SERVER_FQDN/components/yamllint/yamllint@1.0.2" - - # testing - - component: "$CI_SERVER_FQDN/components/ansible/testing@v3.0.3"