summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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