Added cache to Gitlab CI dev-tf
authorThierry Florac <tflorac@ulthar.net>
Fri, 22 Nov 2019 23:34:35 +0100
branchdev-tf
changeset 412 dc8409ffca8c
parent 411 6093753eed87
child 413 24092b027ecf
Added cache to Gitlab CI
.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