diff options
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 |