From 3cc42d3c5673565bcabb5afe70a98626ad0a303a Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Thu, 29 Dec 2016 14:45:09 +0100 Subject: [tests] make gitlab use released version of soledad after 0.9.2 there's a breaking change in the api, that removes the syncable parameter. --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bf4ffd1..5e17b97 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,8 @@ test: image: leapcode/soledad:latest stage: test script: - - tox --recreate -e py27-dev + - tox --recreate + #- tox --recreate -e py27-dev build: image: leapcode/bitmask-dev:latest -- cgit v1.2.3