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

Update .gitlab-ci.yml file

parent d7c1b994
No related branches found
No related tags found
No related merge requests found
...@@ -40,8 +40,8 @@ unit-test-job: # This job runs in the test stage. ...@@ -40,8 +40,8 @@ unit-test-job: # This job runs in the test stage.
script: script:
- echo "Running unit tests..." - echo "Running unit tests..."
- source ansible/bin/activate - source ansible/bin/activate
- ansible --version
- which ansible-playbook - which ansible-playbook
- which python3 - which python3
- which python - which python
- ansible --version
- ansible-playbook site.yml -b -l localhost - ansible-playbook site.yml -b -l localhost
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment