summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVarac <varac@leap.se>2017-06-26 19:52:22 +0200
committerVarac <varac@leap.se>2017-06-26 19:52:22 +0200
commit4895539041b7cd4c6ba65bba56e2e41acfa3de34 (patch)
tree19a2c85e9897b18088a9a9e38cce87dd9e94339d
parent16c8f00a6a6e388f8a8f8b831d7e507f8cb67c78 (diff)
parentd0f016cf8f3130c769a1de8be8d89790c0d8e511 (diff)
Merge branch 'ci_fail_when_tests_break'
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f515337f..3d622d1c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -60,7 +60,7 @@ deploy_test:
except:
- master
script:
- - su -c '/usr/bin/unbuffer /bin/bash -o pipefail ./ci-build.sh | /usr/bin/ts' cirunner
+ - su -c 'set -o pipefail; stdbuf -oL -eL ./ci-build.sh | ts' cirunner
# Latest job will only run on the master branch, which means all merge requests
# that are created from branches don't get to deploy to the latest-ci server.