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

Update .gitlab-ci.yml file

parent 134b339e
No related branches found
No related tags found
No related merge requests found
...@@ -39,4 +39,5 @@ unit-test-job: # This job runs in the test stage. ...@@ -39,4 +39,5 @@ 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..."
- source ansible/bin/activate
- 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