summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2017-06-27 17:59:43 -0300
committerKali Kaneko <kali@leap.se>2017-06-28 23:35:00 +0200
commitcf86859a8e0d078042a22ce04d4da91d26e06c8a (patch)
tree81d6764accc58634074b0d054345f7f940af241c /.gitlab-ci.yml
parentedaaebd26e246978eff385ba68f10efcd11c0c0b (diff)
[test] remove \n from benchmarking script in CI
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b0c84aa5..fdb34237 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -78,8 +78,7 @@ benchmark:
# Add $PYTEST_OPTS to pytest.ini to allow posting benchmark tests
# to an elasticsearch instance
- echo "addopts=$PYTEST_OPTS" >> pytest.ini && chmod 600 pytest.ini
- - /usr/bin/unbuffer tox --recreate -e benchmark -- \
- --couch-url http://couchdb:5984 | /usr/bin/ts -s
+ - /usr/bin/unbuffer tox --recreate -e benchmark -- --couch-url http://couchdb:5984 | /usr/bin/ts -s
build_docker_image:
stage: build