summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f91b556..729a177 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,10 +14,10 @@ stages:
build-job:
stage: build
tags:
- - loufux-docker
+ - lxc
image: ansible
script:
- - ansible-galaxy install git+https://gitlab.com/loufux/ansible/helloworld.git --roles-path "."
+ - ansible-galaxy install git+http://dev.xlinfo.lan/git/ansible/roles/helloworld.git/ --roles-path "."
- ansible-playbook helloworld/tests/test.yml
artifacts:
paths:
@@ -26,7 +26,7 @@ build-job:
lint-test-job:
stage: test
tags:
- - loufux-docker
+ - lxc
image: ansible
script:
- ansible-lint -p helloworld/tests/test.yml | ansible-lint-junit -o ansible-lint.xml || true