diff options
author | Victor Shyba <victor.shyba@gmail.com> | 2016-10-05 01:19:51 -0300 |
---|---|---|
committer | Victor Shyba <victor1984@riseup.net> | 2016-10-21 14:09:54 -0300 |
commit | 308384eba7da58fbfdc17ead35a98216880206b5 (patch) | |
tree | 0aee0e69526581d9d36ec4b387d81a71bfd92ef9 /.gitlab-ci.yml | |
parent | c326dae7b824366208220da94ca730788bb50a18 (diff) |
[feature] use latest image
Instead of hardcoding a version. This should give us the flexibility of
changing images without changing code.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bdb5505f..7419cdaa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ code-check: tests: stage: tests - image: leapcode/soledad:1.0 + image: leapcode/soledad:latest services: - couchdb script: @@ -20,7 +20,7 @@ tests: benchmark: stage: benchmark - image: leapcode/soledad:1.0 + image: leapcode/soledad:latest services: - couchdb script: |