diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d11a4d1ef62e84ab064b560d65133886a4ef8afe..d93af13de99075d2671d4218edeb41cb77ec2d8c 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