summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjerome <jerome@xlinfo.fr>2023-05-06 09:06:35 +0200
committerjerome <jerome@xlinfo.fr>2023-05-06 09:06:35 +0200
commit6f6b07ec602f1ade81d27bbe2533abc82e4d0606 (patch)
treea50a083c3dc3a25c4e5d26b4ecec04be2ee2008b
parentc316091662642712655734729cc4e1809c9bd1c5 (diff)
downloadhelloworld-6f6b07ec602f1ade81d27bbe2533abc82e4d0606.tar.gz
helloworld-6f6b07ec602f1ade81d27bbe2533abc82e4d0606.zip
update .gitlab-ci.yml
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
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