diff options
| -rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ddb35fd..da5b4d7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,7 +35,7 @@ lint-test-job: - loufux-docker image: ansible script: - - ansible-lint -p helloworld/tests/test.yml | ansible-lint-junit -o ansible-lint.xml || true + - ansible-lint -p helloworld/tests/test.yml | ansible-lint-junit -o ansible-lint.xml || true artifacts: reports: junit: ansible-lint.xml @@ -47,5 +47,6 @@ deploy-job: - loufux-docker image: ansible script: - - ansible-playbook helloworld/tests/test.yml -i helloworld/tests/inventory + - ansible-galaxy install git+https://gitlab.com/loufux/ansible/helloworld.git + - ansible-playbook helloworld/tests/test.yml -i helloworld/tests/inventory |
