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