diff --git a/build/scripts/complement-cmd.sh b/build/scripts/complement-cmd.sh index c9b2d2645..061bd18eb 100755 --- a/build/scripts/complement-cmd.sh +++ b/build/scripts/complement-cmd.sh @@ -4,7 +4,7 @@ if [[ "${COVER}" -eq 1 ]]; then echo "Running with coverage" - exec /usr/bin/dendrite-monolith-server-cover \ + exec /dendrite/dendrite-monolith-server-cover \ --really-enable-open-registration \ --tls-cert server.crt \ --tls-key server.key \ @@ -13,7 +13,7 @@ if [[ "${COVER}" -eq 1 ]]; then --test.coverprofile=integrationcover.log else echo "Not running with coverage" - exec /usr/bin/dendrite-monolith-server \ + exec /dendrite/dendrite-monolith-server \ --really-enable-open-registration \ --tls-cert server.crt \ --tls-key server.key \