From e5cdbee5d33c4b592729a0ca2051ebdcceabb66c Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Mon, 11 Dec 2017 17:49:19 -0600 Subject: [PATCH] Fix^2 with-cache-twice CI script --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7506a0a6b..c76590f62 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -94,6 +94,7 @@ Python 3.6 POCL Twice With Cache: - export NO_DOCTESTS=1 - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh - ". ./build-and-test-py-project.sh" + - "cd .." - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh - ". ./build-and-test-py-project.sh" tags: -- GitLab