From 74c7bf5bde5b3b9ffaeba3f224baf0f8b9a8067e Mon Sep 17 00:00:00 2001 From: Ming Ming Date: Mon, 9 Aug 2021 15:11:52 +0800 Subject: [PATCH] Update ci image --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dfa6fecd..6d07e7c2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ # This file is a template, and might need editing before it works on your project. test: stage: test - image: "cirrusci/flutter:2.0.4" + image: "cirrusci/flutter:latest" before_script: - pub global activate junitreport - export PATH="$PATH":"$HOME/.pub-cache/bin"