Update .gitlab-ci.yml file

main
Joerg 2023-06-25 12:54:49 +00:00
parent 389f18bd5b
commit ff9fb89cf7
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ build:
- flutter build apk - flutter build apk
artifacts: artifacts:
paths: paths:
- /build/app/outputs/flutter-apk/app-release.apk - build/app/outputs/flutter-apk/app-release.apk
test: test:
stage: build stage: build