From 9c852609186dafeb5e8fbf056a99f18fdde8cbfa Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 18 Jul 2025 19:16:10 +0200 Subject: [PATCH] feat: restructured gitlab ci file --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b07d53c..548c10e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,6 +19,8 @@ include: # linting - component: "$CI_SERVER_FQDN/components/ansible/linting@v3.0.3" - - component: "$CI_SERVER_FQDN/components/ansible/testing@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"