diff --git a/ci-operator/step-registry/hypershift/openstack/e2e/execute/hypershift-openstack-e2e-execute-commands.sh b/ci-operator/step-registry/hypershift/openstack/e2e/execute/hypershift-openstack-e2e-execute-commands.sh index 52bbeaffaa96b..852d07cf861fd 100755 --- a/ci-operator/step-registry/hypershift/openstack/e2e/execute/hypershift-openstack-e2e-execute-commands.sh +++ b/ci-operator/step-registry/hypershift/openstack/e2e/execute/hypershift-openstack-e2e-execute-commands.sh @@ -40,7 +40,7 @@ hack/ci-test-e2e.sh ${E2E_EXTRA_ARGS} \ --e2e.pull-secret-file=/etc/ci-pull-credentials/.dockerconfigjson \ --e2e.node-pool-replicas=2 \ --e2e.aws-credentials-file=/etc/hypershift-pool-aws-credentials/credentials \ - --e2e.base-domain=origin-ci-int-aws.dev.rhcloud.com \ + --e2e.base-domain=ci.hypershift.devcluster.openshift.com \ --test.run="${E2E_TESTS_REGEX}" \ --test.parallel=20 \ --e2e.platform="OpenStack" \