diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2016-12-29 14:45:09 +0100 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2016-12-29 14:45:09 +0100 |
commit | 3cc42d3c5673565bcabb5afe70a98626ad0a303a (patch) | |
tree | 29ee40f69a33364793acff7e89bb6dbb3b6c79cc /.gitlab-ci.yml | |
parent | fcd8d0c338ab820ffbbcc1dc5509949c149bd3f1 (diff) |
[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.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bf4ffd1e..5e17b975 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 |