Update .gitlab-ci.yml

This commit is contained in:
Christian Pauly 2020-01-07 14:07:29 +00:00
parent 11b8ab4e56
commit d151b0cdf0
1 changed files with 3 additions and 1 deletions

View File

@ -19,9 +19,11 @@ test:
build_web:
stage: coverage
image: cirrusci/flutter:beta
image: cirrusci/flutter:latest-web
script:
- flutter config --enable-web
- flutter pub get
- flutter clean
- flutter build web --release
artifacts:
paths: