summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelos Evripiotis <jevripiotis@bloomberg.net>2019-10-16 15:51:33 +0100
committerAngelos Evripiotis <jevripiotis@bloomberg.net>2019-10-16 15:51:49 +0100
commit22e629916be6d514a5391a89335a0b8f3feb9361 (patch)
tree5ddd374873df6cd152ab41722319c6d270833c28
parent7b59a823a0edf2740d85d8e80f79b57013813c3a (diff)
downloadbuildstream-22e629916be6d514a5391a89335a0b8f3feb9361.tar.gz
enable more tests
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e0c9b99b5..3430332e5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -206,6 +206,8 @@ tests-spawn-multiprocessing-start-method:
- echo '/start method'
- echo '/start method'
- su buildstream -c "tox -- tests/artifactcache/expiry.py"
+ - su buildstream -c "tox -- tests/artifactcache"
+ - su buildstream -c "tox -- tests/"
# Run type checkers
mypy: