summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorTristan Maat <tristan.maat@codethink.com>2017-07-05 12:07:50 +0100
committerTristan Maat <tristan.maat@codethink.com>2017-07-05 12:07:50 +0100
commit39a3d1814740607d9323b92e9bc0f9d4a268c595 (patch)
treea0915b6b94b151fb45718b9e84bf565f22d0a712 /.gitlab-ci.yml
parentaa2edfc2c92240eb44f7d5dd83a564e24d740f00 (diff)
downloadbuildstream-39a3d1814740607d9323b92e9bc0f9d4a268c595.tar.gz
.gitlab-ci.yml: Add color output to integration tests
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 82f9f884e..5f20bfde5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,7 +31,7 @@ integration_tests:
- pip3 install --upgrade .
- git clone https://gitlab.com/BuildStream/buildstream-tests.git
- cd buildstream-tests
- - ./run-test.sh test
+ - ./run-test.sh --arg --colors test
# Automatically build documentation, only for merges which land
# on master branch.