Update .gitlab-ci.yml

parent 40fa055d
Pipeline #8500 failed with stage
in 20 seconds
before_script: before_script:
- apt-get update -y - apt-get update -y
- apt-get install python -y - apt-get install python3 -y
- python --version ; pip --version - python --version ; pip --version
- pip install virtualenv - pip install virtualenv
- virtualenv venv - virtualenv venv
......
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