diff -r dc8409ffca8c -r 24092b027ecf .gitlab-ci.yml --- a/.gitlab-ci.yml Fri Nov 22 23:34:35 2019 +0100 +++ b/.gitlab-ci.yml Fri Nov 22 23:36:12 2019 +0100 @@ -7,15 +7,13 @@ cache: paths: - - venv/ + - ./ before_script: - export http_proxy=http://172.17.0.1:3128/ - 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/ - - mkdir -p venv - - cd venv bootstrap: stage: .pre