diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a10a5c6..2ee0d95 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,4 +69,9 @@ test_lab_test_debug: 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