diff --git a/stdlib/docker/tests/run-host/simple.cue b/stdlib/docker/tests/run-host/simple.cue index 98dc7add..89dea796 100644 --- a/stdlib/docker/tests/run-host/simple.cue +++ b/stdlib/docker/tests/run-host/simple.cue @@ -14,7 +14,7 @@ TestHost: { } run: #Run & { - name: "daggerci-test-ssh-\(suffix.out)" + name: "daggerci-test-tcp-\(suffix.out)" ref: "hello-world" host: TestConfig.host }