Skip to content
Snippets Groups Projects
Commit e4dad1b4 authored by Malte Nyhuis's avatar Malte Nyhuis
Browse files

Update .gitlab-ci.yml file

parent 43b24038
No related branches found
No related tags found
No related merge requests found
Pipeline #6948 failed
......@@ -14,6 +14,13 @@ cache:
paths:
- .cache/pip
- venv/
before_script:
- python -m pip install --upgrade pip
- python --version # For debugging
- pip install virtualenv
- virtualenv venv
- source venv/bin/activate
stages: # List of stages for jobs, and their order of execution
- build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment