summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjerome <jerome@xlinfo.fr>2023-05-06 09:05:04 +0200
committerjerome <jerome@xlinfo.fr>2023-05-06 09:05:04 +0200
commitc316091662642712655734729cc4e1809c9bd1c5 (patch)
treefe0e202283470d3487fd004203c0a07a29e3bd15
parentc7e49044a84294d8ac68bf9b9996673be4343a3a (diff)
downloadhelloworld-c316091662642712655734729cc4e1809c9bd1c5.tar.gz
helloworld-c316091662642712655734729cc4e1809c9bd1c5.zip
update .gitlab-ci.yml
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 90ef06c..350d99d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,7 +21,7 @@ build-job:
- ansible-galaxy list
- ansible-playbook ~/.ansible/roles/helloworld/tests/test.yml
artifacts:
- - path: ~/.ansible/roles/helloworld
+ path: ~/.ansible/roles/helloworld
lint-test-job:
stage: test