summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjerome <jerome@xlinfo.fr>2025-08-21 18:08:01 +0200
committerjerome <jerome@xlinfo.fr>2025-08-21 18:08:01 +0200
commit41ac80c0b4db41f32d2849f0593ecef166047f02 (patch)
tree936cb41c4ab24b0283909c86dc6fba7da5451f2d
parent183d34bfb57c6121b48bcecd1647837aabb34b3e (diff)
downloadhelloworld-41ac80c0b4db41f32d2849f0593ecef166047f02.tar.gz
helloworld-41ac80c0b4db41f32d2849f0593ecef166047f02.zip
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 729a177..62c7f40 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,6 +29,7 @@ lint-test-job:
- lxc
image: ansible
script:
+ - ansible-playbook helloworld/tests/test.yml --check
- ansible-lint -p helloworld/tests/test.yml | ansible-lint-junit -o ansible-lint.xml || true
artifacts:
reports: