From b66c2e0e8131753ea5fd164ffb4760d92061a795 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 45f6e7b..3d23ba2 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