summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 52cf8b5e..18103d7a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,7 +5,7 @@ variables:
# volume. Note that GitLab CI will only cache stuff inside the build
# directory.
XDG_CACHE_HOME: "${CI_PROJECT_DIR}/cache"
- YBD_base: "${CI_PROJECT_DIR}/cache/ybd_base"
+ YBD_base: "/cache/ybd_base"
YBD_gits: "${CI_PROJECT_DIR}/cache/ybd_base/gits"
GET_SOURCES_ATTEMPTS: 3