diff options
| author | jerome <jerome@xlinfo.fr> | 2023-05-06 09:05:04 +0200 |
|---|---|---|
| committer | jerome <jerome@xlinfo.fr> | 2023-05-06 09:05:04 +0200 |
| commit | c316091662642712655734729cc4e1809c9bd1c5 (patch) | |
| tree | fe0e202283470d3487fd004203c0a07a29e3bd15 | |
| parent | c7e49044a84294d8ac68bf9b9996673be4343a3a (diff) | |
| download | helloworld-c316091662642712655734729cc4e1809c9bd1c5.tar.gz helloworld-c316091662642712655734729cc4e1809c9bd1c5.zip | |
update .gitlab-ci.yml
| -rw-r--r-- | .gitlab-ci.yml | 2 |
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 |
