From d5cb08f660fbb9172a19ce5cae4cf640f1ba07f1 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Tue, 21 Nov 2017 16:18:01 -0300 Subject: [bug] remove SOLEDAD_COUCH_URL test env It was None for parallel tests and there is already a mechanism in place for setting this URL, which avoids it being set in two different places. --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d6a76012..2878d78c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,8 +63,6 @@ tests: image: 0xacab.org:4567/leap/soledad:latest services: - couchdb - variables: - SOLEDAD_COUCH_URL: http://couchdb:5984 script: - tox -- --couch-url http://couchdb:5984 -- cgit v1.2.3