Skip to content
Snippets Groups Projects
Commit 78db4f00 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

Update .gitlab-ci.yml file

parent 11a3fcb0
No related branches found
No related tags found
No related merge requests found
......@@ -42,4 +42,6 @@ unit-test-job: # This job runs in the test stage.
- apt-get -y update
- apt-get -y install python3
- source ansible/bin/activate
- ansible-playbook site.yml -b -l localhost -e 'roles_path=../'
- ansible-playbook site.yml -b -l localhost
variables:
- ANSIBLE_ROLES_PATH: "../"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment