From 94c40b0bec68ac9d1acb2193650d990f59659ee8 Mon Sep 17 00:00:00 2001 From: Raman deep Date: Sun, 31 Jan 2021 17:45:48 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 91193ad..095a504 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -61,9 +61,9 @@ build_debug: # Warn if there were no configurations - if [ -z "$TEST_LAB_DEVICE_CONFIGURATIONS" ]; then echo "NO FIREBASE TESTLAB CONFIGURATIONS!!!"; fi -test_lab_debug: - <<: *test_lab_template_def - script: - - cp app/build/outputs/apk/autopizza/debug/app-autopizza-debug.apk ./app.apk - dependencies: - - build_debug +test_lab_test_debug: + <<: *test_lab_template_def + only: + - test-lab + script: + - cp app/build/outputs/apk/app-debug.apk ./app.apk