From da5bc562990a53292fd1359cf1b9b2b9c1b2ecb6 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Wed, 25 Nov 2020 13:44:13 +0000 Subject: [PATCH] fix: CI --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 64b8dda3..9b78d8b3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -225,6 +225,7 @@ upload-windows: upload-playstore: extends: .release + image: registry.gitlab.com/famedly/containers/flutter-dockerimages:stable script: [./scripts/release-playstore.sh] resource_group: playstore_release