summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2019-02-20 07:50:14 +0100
committerJürg Billeter <j@bitron.ch>2019-02-20 12:21:03 +0000
commit5ac03dbdb526af9dd94d4671e4fea68444b3b863 (patch)
tree61980f25db06a353b293063c0373c6c689c358d7
parent4cec3d4a5e77e5bbd4478e06c7e24217980d3519 (diff)
downloadbuildstream-5ac03dbdb526af9dd94d4671e4fea68444b3b863.tar.gz
.gitlab-ci.yml: Enable parallel testing with 2 CPUs
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9f3701fbd..5af7013b6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,7 @@ stages:
variables:
PYTEST_ADDOPTS: "--color=yes"
INTEGRATION_CACHE: "${CI_PROJECT_DIR}/cache/integration-cache"
- TEST_COMMAND: "tox -- --color=yes --integration"
+ TEST_COMMAND: "tox -- --color=yes --integration -n 2"
COVERAGE_PREFIX: "${CI_JOB_NAME}."