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

Update .gitlab-ci.yml file

parent e5cf3f37
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,8 @@ build-job:
stage: build
script:
- echo "Installing environment..."
- apt-get update
- apt-get install python3 virtualenv python3-setuptools
- apt-get -y update
- apt-get -y install python3 virtualenv python3-setuptools
- virtualenv -p python3 ansible
- source ansible/bin/activate
- pip install ansible
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment