From 6f6b07ec602f1ade81d27bbe2533abc82e4d0606 Mon Sep 17 00:00:00 2001 From: jerome Date: Sat, 6 May 2023 09:06:35 +0200 Subject: update .gitlab-ci.yml --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 350d99d..40dbc12 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,8 @@ build-job: - ansible-galaxy list - ansible-playbook ~/.ansible/roles/helloworld/tests/test.yml artifacts: - path: ~/.ansible/roles/helloworld + paths: + - ~/.ansible/roles/helloworld lint-test-job: stage: test -- cgit v1.2.3