From f5a3f59f1cf432b6e4a4c78a33190b00c2ca3ffa Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Sat, 20 Oct 2018 16:24:19 +0200
Subject: [PATCH] Use most recent image from develop as build cache

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c7a43c94..18b00cab 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -134,7 +134,7 @@ test_api:
     - postgres:9.4
     - redis:3
   stage: test
-  image: funkwhale/funkwhale:latest
+  image: funkwhale/funkwhale:develop
   cache:
     key: "$CI_PROJECT_ID__pip_cache"
     paths:
-- 
GitLab