summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml18
1 files changed, 8 insertions, 10 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4b21c7551..3d2fa7fdf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,13 +37,12 @@ integration_linux:
script:
- pip3 install .
- - git clone https://gitlab.com/BuildStream/buildstream-tests.git
- - cd buildstream-tests
- - ./run-test.sh --arg --colors --cov ../.coveragerc test
+ - cd integration-tests
+ - ./run-test.sh --arg --colors --cov ../.coveragerc --sources ${XDG_CACHE_HOME}/buildstream/sources test
- cd ..
- mkdir -p coverage-linux/
- - cp buildstream-tests/.coverage coverage-linux/coverage.linux
- - cp -a cache/buildstream/logs logs-linux
+ - cp integration-tests/.coverage coverage-linux/coverage.linux
+ - cp -a integration-tests/tmp/logs logs-linux
artifacts:
paths:
@@ -73,13 +72,12 @@ integration_unix:
BST_FORCE_BACKEND: "unix"
script:
- pip3 install .
- - git clone https://gitlab.com/BuildStream/buildstream-tests.git
- - cd buildstream-tests
- - ./run-test.sh --arg --colors --cov ../.coveragerc test
+ - cd integration-tests
+ - ./run-test.sh --arg --colors --cov ../.coveragerc --sources ${XDG_CACHE_HOME}/buildstream/sources test
- cd ..
- mkdir -p coverage-unix/
- - cp buildstream-tests/.coverage coverage-unix/coverage.unix
- - cp -a cache/buildstream/logs logs-unix
+ - cp integration-tests/.coverage coverage-unix/coverage.unix
+ - cp -a integration-tests/tmp/logs logs-unix
artifacts:
paths: