From 954ca843fcb8c1b010b919e19465e90f58f5435f Mon Sep 17 00:00:00 2001 From: Raman deep Date: Thu, 28 Jan 2021 19:49:39 +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 066503d..d578a42 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,4 +48,4 @@ build_debug: # deploy to gcloud and run instrumented test - gcloud firebase test android run --type instrumentation --app app.apk --test app-test.apk --device model=Nexus6P,version=26,locale=en,orientation=portrait dependencies: - - build_dev_debug + - build_debug