Update .gitlab-ci.yml file

main
Joerg 2023-06-25 21:05:09 +00:00
parent 471a10926a
commit ac9ac6a513
1 changed files with 3 additions and 1 deletions

View File

@ -22,9 +22,11 @@ build:
script: script:
- flutter packages get - flutter packages get
- flutter build apk - flutter build apk
- flutter build web
artifacts: artifacts:
paths: paths:
- build/app/outputs/flutter-apk/app-release.apk - build/app/outputs/flutter-apk/app-release.apk#
- build/web
test: test:
stage: build stage: build