author | Thierry Florac <tflorac@ulthar.net> |
Fri, 22 Nov 2019 23:34:35 +0100 | |
branch | dev-tf |
changeset 412 | dc8409ffca8c |
parent 411 | 6093753eed87 |
child 413 | 24092b027ecf |
.gitlab-ci.yml | file | annotate | diff | comparison | revisions |
--- 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