Update .gitlab-ci.yml

This commit is contained in:
Raman deep
2021-01-31 17:45:48 +00:00
parent 6b33b3bda7
commit 94c40b0bec

View File

@@ -61,9 +61,9 @@ build_debug:
# Warn if there were no configurations # Warn if there were no configurations
- if [ -z "$TEST_LAB_DEVICE_CONFIGURATIONS" ]; then echo "NO FIREBASE TESTLAB CONFIGURATIONS!!!"; fi - if [ -z "$TEST_LAB_DEVICE_CONFIGURATIONS" ]; then echo "NO FIREBASE TESTLAB CONFIGURATIONS!!!"; fi
test_lab_debug: test_lab_test_debug:
<<: *test_lab_template_def <<: *test_lab_template_def
only:
- test-lab
script: script:
- cp app/build/outputs/apk/autopizza/debug/app-autopizza-debug.apk ./app.apk - cp app/build/outputs/apk/app-debug.apk ./app.apk
dependencies:
- build_debug