Update .gitlab-ci.yml
This commit is contained in:
@@ -69,4 +69,9 @@ test_lab_test_debug:
|
|||||||
script:
|
script:
|
||||||
- cp app/build/outputs/apk/app-debug.apk ./app.apk
|
- 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
|
||||||
|
|||||||
Reference in New Issue
Block a user