From 498c8e1e2aa584a193214e1ed876c3b931857858 Mon Sep 17 00:00:00 2001 From: jerome Date: Fri, 5 May 2023 18:11:27 +0200 Subject: update .gitlab-ci.yml --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a0aceb1..0d4624b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,9 @@ build-job: script: - ansible-galaxy install git+https://gitlab.com/loufux/ansible/helloworld.git - ansible-galaxy list + artifacts: + paths: + - .ansible/roles/helloworld syntax-check-job: stage: test -- cgit v1.2.3