summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6cafdf54..f5a68f1e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,10 +3,13 @@ stages:
- tests
- benchmark
-# Cache tox envs between builds
+# Cache a folder between builds.
+# Tox sets it to be our pip cache.
cache:
+ untracked: true
+ key: soledad-shared-pip-cache
paths:
- - testing/.tox/
+ - testing/.cache/
before_script:
- echo "Running on ${HOST_HOSTNAME:=$(hostname)}"