Update .gitlab-ci.yml

parent 6a4d4b0b
Pipeline #8499 failed with stage
in 28 seconds
before_script:
- apt install python3
- python --version ; pip --version # For debugging
- apt-get update -y
- apt-get install python -y
- python --version ; pip --version
- 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