Commit ecb7ac23 authored by Matija Čupić's avatar Matija Čupić

Merge branch 'bengt-master-patch-30271' into 'master'

Use more readable version printing parameter

See merge request gitlab-org/gitlab!75562
parents 7ac8cfa2 9f6684f7
......@@ -23,7 +23,7 @@ cache:
- venv/
before_script:
- python -V # Print out python version for debugging
- python --version # For debugging
- pip install virtualenv
- virtualenv venv
- source venv/bin/activate
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment