From: Daniel Martí Date: Mon, 14 Mar 2016 17:33:58 +0000 (+0000) Subject: CI: Bump image, now has -dev and gcc X-Git-Tag: 0.7.0~77^2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=221ec07a693e5a16659a68ee752056d1dac5dd8e;p=fdroidserver.git CI: Bump image, now has -dev and gcc Also, use a specific tag instead of "latest" to avoid breaking old tags/commits when updating the image. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 94da7be2..fa3461c6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,7 @@ -image: mvdan/fdroid-ci:latest +image: mvdan/fdroid-ci:20160316 test: script: - - apt-get update - - apt-get install -y python3-dev gcc - pip3 install -e . - cd tests - ./complete-ci-tests