From 8f8a427db7511046b2c9ca8a917a1341848a76f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Tue, 29 Mar 2016 13:36:43 +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 ef68b99844..6048ef79a6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: mvdan/fdroid-ci:20160316 +image: mvdan/fdroid-ci:base-20160329 before_script: - rm -rf fdroidserver