diff options
| -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 0d4624b..47a17a0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ build-job: - ansible-galaxy list artifacts: paths: - - .ansible/roles/helloworld + - /root/.ansible/roles/helloworld syntax-check-job: stage: test |
