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 a4173f0c5..8949cba92 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -68,9 +68,10 @@ linux-tests:
stage: test
variables:
PYTEST_ADDOPTS: "--color=yes"
- INTEGRATION_CACHE: "/builds/BuildStream/buildstream/cache/"
script:
+ - export INTEGRATION_CACHE="$(pwd)/cache/"
+
# Unpack and get into dist/buildstream
- cd dist && ./unpack.sh
- chown -R buildstream:buildstream buildstream
@@ -95,8 +96,10 @@ unix-tests:
variables:
BST_FORCE_BACKEND: "unix"
PYTEST_ADDOPTS: "--color=yes"
- INTEGRATION_CACHE: "/builds/BuildStream/buildstream/cache/"
script:
+
+ - export INTEGRATION_CACHE="$(pwd)/cache/"
+
# We remove the Bubblewrap and OSTree packages here so that we catch any
# codepaths that try to use them. Removing OSTree causes fuse-libs to
# disappear unless we mark it as user-installed.