From 7e3d330a68a352370f1a1457505065d4befc06f8 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Sat, 23 May 2020 09:05:05 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 45f6e7bc5..3d23ba2a1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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