diff options
| -rw-r--r-- | .gitlab-ci.yml | 3 | 
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 | 
