feat: use testing component

This commit is contained in:
Simon Cornet 2025-07-18 18:57:15 +02:00
commit a5ed9c9e47
2 changed files with 2 additions and 32 deletions

View file

@ -16,9 +16,9 @@ include:
# deployment
- local: ".gitlab/deployment.yaml"
- local: ".gitlab/gitleaks.yaml"
- local: ".gitlab/testing.yaml"
# linting
- component: "$CI_SERVER_FQDN/components/ansible/linting@v2.0.1"
- component: "$CI_SERVER_FQDN/components/ansible/linting@v3.0.0"
- component: "$CI_SERVER_FQDN/components/ansible/testing@v3.0.0"
- component: "$CI_SERVER_FQDN/components/markdownlint/markdownlint@1.0.0"
- component: "$CI_SERVER_FQDN/components/yamllint/yamllint@1.0.2"