Update .gitlab-ci.yml

This commit is contained in:
Christian Pauly 2020-05-23 09:05:05 +00:00
parent 1da152e308
commit b66c2e0e81
1 changed files with 2 additions and 2 deletions

View File

@ -44,11 +44,11 @@ build_android_debug:
stage: coverage
script:
- truncate -s $(head -n -2 android/app/build.gradle | wc -c) android/app/build.gradle
- flutter build apk --debug
- flutter build apk --debug -v
artifacts:
when: on_success
paths:
- build/app/outputs/apk/release/app-release.apk
- build/app/outputs/apk/debug/app-debug.apk
except:
- master