From 334cd4514b67cc41a35a05e8e460855da6a92003 Mon Sep 17 00:00:00 2001
From: drebs <drebs@leap.se>
Date: Thu, 1 Dec 2016 09:25:17 -0200
Subject: [PATCH] [test] configure baremetal gitlab ci runner

---
 .gitlab-ci.yml | 6 +-----
 1 file changed, 1 insertion(+), 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
-- 
GitLab