From 661e8b51b32466b803f7f8be16eedb3a40350d41 Mon Sep 17 00:00:00 2001 From: Marcel Date: Thu, 23 Jan 2020 21:16:53 +0100 Subject: [PATCH] [CI][Web] Use stable web image instead of latest Took 18 minutes --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2de3706..76f3cc2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,7 @@ test: build_web: stage: coverage - image: cirrusci/flutter:latest-web + image: cirrusci/flutter:stable-web script: - flutter config --enable-web - flutter pub get