Merge branch 'ci-use-stable-web-image' into 'master'

[CI][Web] Use stable web image instead of latest

See merge request ChristianPauly/fluffychat-flutter!21
This commit is contained in:
Christian Pauly 2020-01-23 20:21:15 +00:00
commit 1362f5e227
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ test:
build_web:
stage: coverage
image: cirrusci/flutter:latest-web
image: cirrusci/flutter:stable-web
script:
- flutter config --enable-web
- flutter pub get