summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2017-11-19 18:37:40 -0200
committerdrebs <drebs@riseup.net>2017-11-19 20:10:00 -0200
commit4f860fb97842a6e6a0a420889f99a87104fba498 (patch)
tree41395c1d646e9e4e95a39ed6bb2a48d938064841 /.gitlab-ci.yml
parent0844dc3a1a15f60757a680c819cad686b5724bf4 (diff)
[test] use environment to pass the couch_url to server TAC test
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2878d78c..d6a76012 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -63,6 +63,8 @@ tests:
image: 0xacab.org:4567/leap/soledad:latest
services:
- couchdb
+ variables:
+ SOLEDAD_COUCH_URL: http://couchdb:5984
script:
- tox -- --couch-url http://couchdb:5984