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

Update .gitlab-ci.yml file

parent 853777da
Branches
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ unit-test-job: # This job runs in the test stage.
script:
- echo "Running unit tests..."
- apt-get -y update
- apt-get -y install python3
- apt-get -y install python3 git
- source ansible/bin/activate
- ansible-galaxy install -r requirements.yml
- 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