From 2c400882bf68fbdba701cb8d8d4fedd59e674851 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 18 Jul 2025 19:12:19 +0200 Subject: [PATCH] feat: added testing stage --- .gitlab-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c1fcb2e..e48fc0b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,7 @@ stages: # deployment - "gitleaks" - "linting" + - "testing" - "deployment" @@ -17,6 +18,9 @@ include: - local: ".gitlab/deployment.yaml" # linting - - component: "$CI_SERVER_FQDN/components/ansible/linting@v2.0.1" + - 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"