From 1ec4e2d664c526f636a0198e92244bb61c3cda2f Mon Sep 17 00:00:00 2001 From: Raman deep Date: Sat, 30 Jan 2021 05:41:02 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 79eb975..fc14900 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -65,6 +65,5 @@ variables: test_lab_debug: <<: *test_lab_template_def script: - - cp app/build/outputs/apk/autopizza/debug/app-autopizza-debug.apk ./app.apk - dependencies: - - build_debug + - cp app/build/outputs/apk//debug/app-debug.apk ./app.apk +