From a6e857985ac4b9e9e05cdf4e38f25eb3c5c649ff Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Mart=C3=AD?= Date: Tue, 29 Mar 2016 12:44:00 +0100 Subject: [PATCH] CI: Use the new base image Lighter, since it doesn't include all the stuff required to build and test the client that we don't need here. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fa3461c6..b4ef1297 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: mvdan/fdroid-ci:20160316 +image: mvdan/fdroid-ci:base-20160329 test: script: -- 2.30.2