summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2019-01-25 16:11:22 -0500
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2019-01-25 16:11:22 -0500
commit44273de1f3974878801562ac5019fab34adca460 (patch)
tree4dea2c3532c63a1467577cb2d1c3c24899d23b27
parent2e99aa0f10bbdb7c9d3e7c13bb77ca294123fd0b (diff)
downloadbuildstream-tristan/gitlab-test.tar.gz
XXX: Only remove the artifactstristan/gitlab-test
Just zap those unwanted artifacts out of that cache and return, run this pipeline a lot of times, whack that directory out of existence.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 218155768..d92f228fd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,7 @@ stages:
variables:
PYTEST_ADDOPTS: "--color=yes"
INTEGRATION_CACHE: "${CI_PROJECT_DIR}/cache/integration-cache"
- TEST_COMMAND: "tox -- --color=yes --integration"
+ TEST_COMMAND: "true"
COVERAGE_PREFIX: "${CI_JOB_NAME}."