Update ci image

This commit is contained in:
Ming Ming 2021-08-09 15:11:52 +08:00
parent 5f3e3ef0c3
commit 74c7bf5bde

View file

@ -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"