diff options
author | drebs <drebs@leap.se> | 2017-06-27 15:02:22 -0300 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-06-28 23:34:57 +0200 |
commit | ccfa1a0021ae7b8811ea0002bb564d8d0e2e9d8b (patch) | |
tree | 14b1fb10d775345d0f682d936bbf25ea6f6fceaa /.gitlab-ci.yml | |
parent | 4c5ad7b896bd8e7e15732c77212d6a5602429914 (diff) |
[test] remove double avoidance of synchronous benchmark tests
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a94835dc..0a6f29f9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -78,7 +78,7 @@ benchmark: # 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 -m 'not synchronous' | /usr/bin/ts -s + --couch-url http://couchdb:5984 | /usr/bin/ts -s build_docker_image: stage: build |