From 2b73023ea55c2ce9a68cfdcbf2304861d924d0b8 Mon Sep 17 00:00:00 2001 From: Raman deep Date: Sat, 30 Jan 2021 05:51:14 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eaa85da..e3a7fca 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -65,5 +65,5 @@ variables: test_lab_debug: <<: *test_lab_template_def script: - - cp app/build/outputs/apk//debug/app-debug.aab ./app.apk + - cp app/build/outputs/apk//debug/app-debug.aab ./app-debug.aab