From 5115d51d8c29c32bca21bfb1153fb7719446c3bf Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 4 Apr 2017 21:56:20 +0200 Subject: [PATCH] gitlab-ci: use server image from https://gitlab.com/fdroid/ci-images This image provides everything needed to run all aspects of fdroidserver, and is only like 100 megs bigger than the base image that this was using before. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fa0b2ae6be..4838c91227 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: fdroid/ci:base-20161223 +image: registry.gitlab.com/fdroid/ci-images:server-latest before_script: - rm -rf fdroidserver