diff --git a/tests/config/woodpecker/serve-hosting-discovery.sh b/tests/config/woodpecker/serve-hosting-discovery.sh index ceb731c809..5472fbb94f 100644 --- a/tests/config/woodpecker/serve-hosting-discovery.sh +++ b/tests/config/woodpecker/serve-hosting-discovery.sh @@ -1,5 +1,5 @@ #!/bin/sh while true; do - echo -e "HTTP/1.1 200 OK\n\n$(cat /woodpecker/src/github.com/opencloud-eu/opencloud/tests/config/woodpecker/hosting-discovery.xml)" | nc -l -k -p 8080 + echo -e "HTTP/1.1 200 OK\n\n$(cat tests/config/woodpecker/hosting-discovery.xml)" | nc -l -k -p 8080 done