diff --git a/test/runner/lib/cloud/aws.py b/test/runner/lib/cloud/aws.py index aab90c96f4..5b4baeb8c1 100644 --- a/test/runner/lib/cloud/aws.py +++ b/test/runner/lib/cloud/aws.py @@ -59,7 +59,7 @@ class AwsCloudProvider(CloudProvider): aci = self._create_ansible_core_ci() - response = aci.start_remote() + response = aci.start() if not self.args.explain: credentials = response['aws']['credentials']