diff options
author | efkin <efkin@riseup.net> | 2017-03-16 20:40:37 +0100 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-03-17 17:52:58 +0100 |
commit | 573b5aa3fd01b89cff04db936a852e63487cfc1a (patch) | |
tree | d1ce97ca7bb53b5b5e5564d4aed052c011ca1b24 /.gitlab-ci.yml | |
parent | 7562655cf4bf28a1ebd6c458334da0c166f34e61 (diff) |
[test] Fix Shared Runner config
Diffstat (limited to '.gitlab-ci.yml')
-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 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 |