summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelos Evripiotis <jevripiotis@bloomberg.net>2019-10-22 17:10:40 +0100
committerbst-marge-bot <marge-bot@buildstream.build>2019-10-29 14:17:17 +0000
commitf3a3d3695a11147a6ae44e3158c93f1c32d78556 (patch)
treea715d486814f6e5ab297c5972c362ebed1ae6f14
parent0209c679890f6909a20b31cf9ec58941aa7c4177 (diff)
downloadbuildstream-f3a3d3695a11147a6ae44e3158c93f1c32d78556.tar.gz
gitlab-ci: tests-spawn, enable tests/elements
-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: