diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8949cba92..829bcd4fc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -70,7 +70,7 @@ linux-tests: PYTEST_ADDOPTS: "--color=yes" script: - - export INTEGRATION_CACHE="$(pwd)/cache/" + - export INTEGRATION_CACHE="$(pwd)/cache/integration-cache" # Unpack and get into dist/buildstream - cd dist && ./unpack.sh @@ -98,7 +98,7 @@ unix-tests: PYTEST_ADDOPTS: "--color=yes" script: - - export INTEGRATION_CACHE="$(pwd)/cache/" + - export INTEGRATION_CACHE="$(pwd)/cache/integration-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 |