From 221ec07a693e5a16659a68ee752056d1dac5dd8e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Mart=C3=AD?= Date: Mon, 14 Mar 2016 17:33:58 +0000 Subject: [PATCH] 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. --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.30.2