use different image
parent
ab065c3116
commit
e110cfb684
|
@ -1,4 +1,4 @@
|
||||||
image: matspfeiffer/flutter:latest
|
image: cirrusci/flutter:latest
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- analyze
|
- analyze
|
||||||
|
@ -10,6 +10,6 @@ before_script:
|
||||||
analyze:
|
analyze:
|
||||||
stage: analyze
|
stage: analyze
|
||||||
script:
|
script:
|
||||||
- flutter analyze --no-fatal-infos --no-fatal-warnings
|
- flutter analyze
|
||||||
only:
|
only:
|
||||||
- merge_requests
|
- merge_requests
|
||||||
|
|
Loading…
Reference in New Issue