From d151b0cdf0c0b4b7a092c36ebbcc42666f56331e Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Tue, 7 Jan 2020 14:07:29 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2d3c456..2de3706 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,9 +19,11 @@ test: build_web: stage: coverage - image: cirrusci/flutter:beta + image: cirrusci/flutter:latest-web script: - flutter config --enable-web + - flutter pub get + - flutter clean - flutter build web --release artifacts: paths: