diff options
author | Angelos Evripiotis <jevripiotis@bloomberg.net> | 2019-10-22 17:10:40 +0100 |
---|---|---|
committer | bst-marge-bot <marge-bot@buildstream.build> | 2019-10-29 14:17:17 +0000 |
commit | f3a3d3695a11147a6ae44e3158c93f1c32d78556 (patch) | |
tree | a715d486814f6e5ab297c5972c362ebed1ae6f14 /.gitlab-ci.yml | |
parent | 0209c679890f6909a20b31cf9ec58941aa7c4177 (diff) | |
download | buildstream-f3a3d3695a11147a6ae44e3158c93f1c32d78556.tar.gz |
gitlab-ci: tests-spawn, enable tests/elements
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
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: |