summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a885d83..7fa3b11 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,7 +22,7 @@ lint-test-job:
junit: ansible-lint.xml
-syntax-check-job:
+deploy-check-job:
stage: test
tags:
- loufux-docker
@@ -30,6 +30,5 @@ syntax-check-job:
script:
- ansible-galaxy install git+https://gitlab.com/loufux/ansible/helloworld.git
- ansible-galaxy list
- - ansible-playbook ~/.ansible/roles/helloworld/tests/test.yml -i ~/.ansible/roles/helloworld/tests/inventory --syntax-check
- ansible-playbook ~/.ansible/roles/helloworld/tests/test.yml -i ~/.ansible/roles/helloworld/tests/inventory