.gitlab-ci.yml
changeset 349 de01adc43b88
parent 347 fde6c58f17eb
child 350 73abbf667dab
--- a/.gitlab-ci.yml	Wed Jun 12 12:28:15 2019 +0200
+++ b/.gitlab-ci.yml	Wed Jun 12 12:50:23 2019 +0200
@@ -1,8 +1,13 @@
 image: python:3.5
 
+cache:
+    paths:
+        - /var/local/env/pyams/eggs/
+
 before_script:
     - export http_proxy=http://172.17.0.1:3128/
     - export https_proxy=http://172.17.0.1:3128/
+    - apt-get update
     - python3.5 bootstrap.py --buildout-version=2.12.0
     - ./bin/buildout