diff options
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d11a4d1e..d93af13d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,12 +25,8 @@ tests: benchmark: stage: benchmark - image: leapcode/soledad:latest - services: - - couchdb script: - cd testing - - tox -e benchmark -- --couch-url http://couchdb:5984 + - tox -e benchmark tags: - - docker - benchmark |