diff -r 6093753eed87 -r dc8409ffca8c .gitlab-ci.yml --- a/.gitlab-ci.yml Fri Nov 22 19:20:22 2019 +0100 +++ b/.gitlab-ci.yml Fri Nov 22 23:34:35 2019 +0100 @@ -14,10 +14,8 @@ - export HTTP_PROXY=http://172.17.0.1:3128/ - export https_proxy=http://172.17.0.1:3128/ - export HTTPS_PROXY=http://172.17.0.1:3128/ - - python -V - - pip install virtualenv - - virtualenv venv - - source venv/bin/activate + - mkdir -p venv + - cd venv bootstrap: stage: .pre