Skip to content
Snippets Groups Projects
Commit c2aec91c authored by Rebecca Kohlhaas's avatar Rebecca Kohlhaas
Browse files

Pipeline: switched lines in before_script

parent 128252bc
No related branches found
No related tags found
2 merge requests!29Preparation for release 1.1.0: fixes and test for pages,!28Merge to circumvent issues
Pipeline #45494 canceled
......@@ -34,10 +34,10 @@ cache:
before_script:
- python --version ; pip --version # For debugging
- pip install virtualenv
- virtualenv venv
- source venv/bin/activate
- pip install --upgrade pip setuptools wheel
- pip install virtualenv
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