diff --git a/test/e2e/kibishii_tests.go b/test/e2e/kibishii_tests.go index ffa6bafb1..7329a3e40 100644 --- a/test/e2e/kibishii_tests.go +++ b/test/e2e/kibishii_tests.go @@ -22,7 +22,7 @@ const ( func installKibishii(ctx context.Context, namespace string, cloudPlatform string) error { // We use kustomize to generate YAML for Kibishii from the checked-in yaml directories kibishiiInstallCmd := exec.CommandContext(ctx, "kubectl", "apply", "-n", namespace, "-k", - "github.com/vmware-tanzu-labs/distributed-data-generator/kubernetes/yaml/"+cloudPlatform) + "github.com/vmware-tanzu-experiments/distributed-data-generator/kubernetes/yaml/"+cloudPlatform) _, _, err := veleroexec.RunCommand(kibishiiInstallCmd) if err != nil {