feat(ci): remove unused testing stage

This commit is contained in:
Simon Cornet 2025-09-22 10:58:38 +02:00
commit 2feaa8141f

View file

@ -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"