summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorjerome <jerome@xlinfo.fr>2023-05-05 17:47:13 +0200
committerjerome <jerome@xlinfo.fr>2023-05-05 17:47:13 +0200
commit9f027dbadbf9109c75a5f59dd19a99c6aece2970 (patch)
tree9705c7502162e6ddfc096ec6dfaf2055029bd200 /.gitlab-ci.yml
parent7af76d6e42dcb3934307f3b1e88dd70bc7743aad (diff)
downloadhelloworld-9f027dbadbf9109c75a5f59dd19a99c6aece2970.tar.gz
helloworld-9f027dbadbf9109c75a5f59dd19a99c6aece2970.zip
update .gitlab-ci.yml
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
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