Fixed path
diff --git a/gcloud_run.sh b/gcloud_run.sh
index 5e9ca14..e82ad0b 100755
--- a/gcloud_run.sh
+++ b/gcloud_run.sh
@@ -17,7 +17,7 @@
 
 RunTests()
 {
-gcloud firebase test android run --no-auto-google-login --type instrumentation --device model=Nexus5X,version=26 --app LottieSample/build/outputs/apk/release/LottieSample-release.apk --test LottieSample/build/outputs/apk/androidTest/debug/LottieSample-debug-androidTest.apk
+gcloud firebase test android run --no-auto-google-login --type instrumentation --device model=Nexus5X,version=26 --app LottieSample/build/outputs/apk/release/LottieSample-release-unsigned.apk --test LottieSample/build/outputs/apk/androidTest/debug/LottieSample-debug-androidTest.apk
 result=$?
 }