From 3cfc028bcbd474bdde19bb4b7dcca13e46f470d3 Mon Sep 17 00:00:00 2001 From: jerome Date: Wed, 20 Aug 2025 17:22:17 +0200 Subject: gitlatb-ci --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.3