diff --git a/fastlane/Fastfile b/fastlane/Fastfile index f2aae1a93b..8689ba5785 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -249,7 +249,7 @@ platform :android do # Run instrumented tests in Google Firebase Test Lab desc "Build the application and instrumented tests, then run the tests in Firebase Test Lab" lane :build_and_instrumented_test do | options | - gradle(tasks: ['assembleDebug', 'assembleDebugAndroidTest']) + gradle(tasks: ['assembleGplayDebug', 'assembleGplayDebugAndroidTest']) # Run the instrumented tests in Firebase Test Lab firebase_login(