From 3d6685d3600763a4d0952bbe663e6ce719b13587 Mon Sep 17 00:00:00 2001 From: Raman deep Date: Wed, 17 Feb 2021 16:07:52 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1f3ae0e..d53607b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -116,16 +116,9 @@ assembleDebug: # Warn if there were no configurations - if [ -z "$TEST_LAB_DEVICE_CONFIGURATIONS" ]; then echo "NO FIREBASE TESTLAB CONFIGURATIONS!!!"; fi -test_lab_test_debug: - <<: *test_lab_template_def - only: - - test-lab - script: - - cp app/build/outputs/apk/app-debug.apk ./app.apk - -test_lab_test_release: - <<: *test_lab_template_def - only: - - master - script: - - cp app/build/outputs/apk/app-release.apk ./app.apk +test_lab_debug: + <<: *test_lab_template_def + script: + - cp app/build/outputs/apk/debug/app-debug.apk ./app.apk + dependencies: + - build_debug