summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 647cc43c..2835e5cf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,3 +1,6 @@
-trial:
+tests:
+ image: leap/soledad:1.0
+ services:
+ - couchdb
script:
- - cd testing; tox
+ - cd testing; tox -- --couch-url http://couchdb:5984