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