Allow failure of flutter analyze again

This commit is contained in:
Christian Pauly 2019-06-27 12:40:04 +02:00
parent f3cc68fb6e
commit 5afd329f4f

View file

@ -25,6 +25,7 @@ code_analyze:
dependencies: [] dependencies: []
script: script:
- flutter analyze - flutter analyze
allow_failure: true
builddocs: builddocs:
stage: builddocs stage: builddocs