From 573b5aa3fd01b89cff04db936a852e63487cfc1a Mon Sep 17 00:00:00 2001
From: efkin <efkin@riseup.net>
Date: Thu, 16 Mar 2017 20:40:37 +0100
Subject: [test] Fix Shared Runner config

---
 .gitlab-ci.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ac2ae1f0..ee57c51c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,6 +9,7 @@ cache:
 
 code-check:
   stage: code-check
+  image: leapcode/soledad:latest
   script:
     - cd testing
     - tox -e code-check
@@ -21,5 +22,3 @@ tests:
   script:
     - cd testing
     - tox -- --couch-url http://couchdb:5984
-  tags:
-    - couchdb
-- 
cgit v1.2.3