diff --git a/integration-tests/docker-compose.test.status-go.yml b/integration-tests/docker-compose.test.status-go.yml index a5ab02f81..b61495aee 100644 --- a/integration-tests/docker-compose.test.status-go.yml +++ b/integration-tests/docker-compose.test.status-go.yml @@ -16,7 +16,7 @@ services: timeout: 2s retries: 120 environment: - GOCOVERDIR: "./coverage/binary" + GOCOVERDIR: "/coverage/binary" volumes: - ./coverage/binary:/coverage/binary