diff --git a/test/integration/functional_test.go b/test/integration/functional_test.go index cb5dc5c554b1..8d08e5770280 100644 --- a/test/integration/functional_test.go +++ b/test/integration/functional_test.go @@ -57,7 +57,7 @@ import ( "golang.org/x/build/kubernetes/api" ) -const echoServerImg = "kicbase/echo-server" +const echoServerImg = "docker.io/kicbase/echo-server" // validateFunc are for subtests that share a single setup type validateFunc func(context.Context, *testing.T, string)