From d40023b42053af0971e90ec33dbf9339c2e5f834 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Fri, 14 Oct 2016 04:39:31 -0300 Subject: [tests] cache tox folder This should avoid tox virtualenv recreation. --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7419cdaa..dd4e4605 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,11 @@ stages: - tests - benchmark +# Cache tox envs between builds +cache: + paths: + - testing/.tox/ + code-check: stage: code-check script: -- cgit v1.2.3