diff options
| author | jerome <jerome@xlinfo.fr> | 2025-08-21 18:08:01 +0200 |
|---|---|---|
| committer | jerome <jerome@xlinfo.fr> | 2025-08-21 18:08:01 +0200 |
| commit | 41ac80c0b4db41f32d2849f0593ecef166047f02 (patch) | |
| tree | 936cb41c4ab24b0283909c86dc6fba7da5451f2d | |
| parent | 183d34bfb57c6121b48bcecd1647837aabb34b3e (diff) | |
| download | helloworld-master.tar.gz helloworld-master.zip | |
| -rw-r--r-- | .gitlab-ci.yml | 1 |
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: |
