Update .gitlab-ci.yml
This commit is contained in:
parent
11b8ab4e56
commit
d151b0cdf0
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue