diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 569e87c..3a32cb5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ ansible: paths: - .cache/pip before_script: - - chmod 0755 . # HACK: https://docs.ansible.com/ansible/devel/reference_appendices/config.html#cfg-in-world-writable-dir + - chmod 0755 ansible/ # HACK: https://docs.ansible.com/ansible/devel/reference_appendices/config.html#cfg-in-world-writable-dir - apt-get update && apt-get install -y bash git - ./scripts/ansible/setup.sh script: