From ccfa1a0021ae7b8811ea0002bb564d8d0e2e9d8b Mon Sep 17 00:00:00 2001 From: drebs Date: Tue, 27 Jun 2017 15:02:22 -0300 Subject: [test] remove double avoidance of synchronous benchmark tests --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.3