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

Update .gitlab-ci.yml file

parent cc15fbe2
No related branches found
No related tags found
No related merge requests found
...@@ -39,6 +39,7 @@ unit-test-job: # This job runs in the test stage. ...@@ -39,6 +39,7 @@ unit-test-job: # This job runs in the test stage.
stage: test # It only starts when the job in the build stage completes successfully. stage: test # It only starts when the job in the build stage completes successfully.
script: script:
- echo "Running unit tests..." - echo "Running unit tests..."
- apt-get -y update
- apt-get -y install python3 - apt-get -y install python3
- source ansible/bin/activate - source ansible/bin/activate
- which ansible-playbook - which ansible-playbook
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment