Updated cache dev-tf
authorThierry Florac <tflorac@ulthar.net>
Fri, 22 Nov 2019 23:43:21 +0100
branchdev-tf
changeset 414 55164dff25b7
parent 413 24092b027ecf
child 415 a6fea42dc750
Updated cache
.gitlab-ci.yml
--- a/.gitlab-ci.yml	Fri Nov 22 23:36:12 2019 +0100
+++ b/.gitlab-ci.yml	Fri Nov 22 23:43:21 2019 +0100
@@ -8,6 +8,7 @@
 cache:
     paths:
         - ./
+        - /var/local/env/pyams/eggs/
 
 before_script:
     - export http_proxy=http://172.17.0.1:3128/
@@ -33,6 +34,7 @@
     artifacts:
         paths:
             - ./dist
+
 pylint:
     stage: quality
     allow_failure: true