diff options
author | Varac <varac@leap.se> | 2017-11-30 20:53:00 +0100 |
---|---|---|
committer | Varac <varac@leap.se> | 2017-12-01 15:43:24 +0100 |
commit | 6e1ce6b47ada27e557263dbe1ca79ab4e671b0d5 (patch) | |
tree | cb9fa5deb393b0dc305aa7053a79f0ed56b77263 /.gitlab-ci.yml | |
parent | 823f90735b93ebe22b2031249dafd051462cef02 (diff) |
[test] Use bitmask-dev docker image for testing
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c3a8d799..65c58b26 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ cache: - .tox/py27-dev linux_test: - image: 0xacab.org:4567/leap/soledad:latest + image: 0xacab.org:4567/leap/bitmask-dev:latest stage: test script: # In this first job, recreate the tox venv from scratch |