diff --git a/demo_app/ios/fastlane/Fastfile b/demo_app/ios/fastlane/Fastfile index 29f5c49c7..baa427db3 100644 --- a/demo_app/ios/fastlane/Fastfile +++ b/demo_app/ios/fastlane/Fastfile @@ -34,6 +34,6 @@ platform :ios do readonly: true ) - sh('cd .. && patrol build ios --release --verbose --target integration_test/auto_resize_test.dart') + sh('cd ../.. && patrol build ios --release --verbose --target integration_test/auto_resize_test.dart') end end