summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9cc5d2d0..1053d42c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,6 +26,9 @@ before_script:
pip3 install .
cd -
+ # Store cache in the shared distributed cache
+ - export XDG_CACHE_HOME="$XDG_CACHE_HOME"
+
# Create ~/.ssh for storing keys
- mkdir -p ~/.ssh