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

Took 18 minutes
This commit is contained in:
Marcel 2020-01-23 21:16:53 +01:00
parent 12b9696ec3
commit 661e8b51b3
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