diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1e7dbe85c7dbba3ccc5c1b6450567540278ea70b..0d1f7e3013c6a04572b0e9340f918e9cd188e2bf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,7 +42,4 @@ unit-test-job: # This job runs in the test stage. - apt-get -y update - apt-get -y install python3 - source ansible/bin/activate - - which ansible-playbook - - which python - - ansible --version - - ansible-playbook site.yml -b -l localhost + - ansible-playbook site.yml -b -l localhost -e 'roles_path=../'