summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bda1be87f..96cc4b2b1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -194,6 +194,12 @@ tests-spawn-multiprocessing-start-method:
<<: *tests
variables:
BST_FORCE_START_METHOD: "spawn"
+ script:
+ # FIXME: Until all the tests pass as normal, override which tests will run here.
+ - mkdir -p "${INTEGRATION_CACHE}"
+ - useradd -Um buildstream
+ - chown -R buildstream:buildstream .
+ - su buildstream -c "tox -- ${PYTEST_ARGS} tests/{cachekey,plugins}"
# Run type checkers
mypy: