From 1ec04d0841285362b2f98f4fef15124e97ae8731 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=20Gl=C3=A4=C3=9F-St=C3=B6cker?= Date: Fri, 27 May 2022 19:27:18 +0000 Subject: [PATCH] fix the hardcoded image in the ci config --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e651d88..a0cb496 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: dev.funkwhale.audio:5050/funkwhale/funkwhale-android:latest +image: $CI_REGISTRY/funkwhale/funkwhale-android:latest variables: COBERTURA_REPORT: '$CI_PROJECT_DIR/app/build/reports/cobertura.xml'