# HG changeset patch # User Thierry Florac # Date 1574462601 -3600 # Node ID 55164dff25b7f21faf351ee10d5f9a0cdfdb9f7c # Parent 24092b027ecf1717f555b70b5e3d0f7860a92c13 Updated cache diff -r 24092b027ecf -r 55164dff25b7 .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