summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelos Evripiotis <jevripiotis@bloomberg.net>2019-10-22 17:10:40 +0100
committerAngelos Evripiotis <jevripiotis@bloomberg.net>2019-10-29 12:17:15 +0000
commitb1780feb77a5958a605b9c116eca9caf707d134d (patch)
tree0e623775a31e4c94bdf04b2ea2bdce6090481ef6
parent12814ab041e6b7d7a0bfe067cde966993806e63a (diff)
downloadbuildstream-aevri/enable_spawn_ci_5.tar.gz
gitlab-ci: tests-spawn, enable tests/elementsaevri/enable_spawn_ci_5
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 927db6e36..21de1f2de 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -199,8 +199,7 @@ tests-spawn-multiprocessing-start-method:
- mkdir -p "${INTEGRATION_CACHE}"
- useradd -Um buildstream
- chown -R buildstream:buildstream .
- - su buildstream -c "tox -- ${PYTEST_ARGS} tests/{cachekey,format,plugins,internals,sourcecache}"
-
+ - su buildstream -c "tox -- ${PYTEST_ARGS} tests/{cachekey,elements,format,plugins,internals,sourcecache}"
# Run type checkers
mypy: