use different image

main
Julian Gegner 2023-02-26 18:03:00 +01:00
parent ab065c3116
commit e110cfb684
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
image: matspfeiffer/flutter:latest
image: cirrusci/flutter:latest
stages:
- analyze
@ -10,6 +10,6 @@ before_script:
analyze:
stage: analyze
script:
- flutter analyze --no-fatal-infos --no-fatal-warnings
- flutter analyze
only:
- merge_requests