Update .gitlab-ci.yml file

This commit is contained in:
nkming2 2022-05-15 11:12:58 +00:00
parent 828d3df28e
commit 1dcbb36748

View file

@ -3,7 +3,7 @@ test:
stage: test
except:
- triage
image: "cirrusci/flutter:latest"
image: "cirrusci/flutter:2.10.4"
before_script:
- pub global activate junitreport
- export PATH="$PATH":"$HOME/.pub-cache/bin"