diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dd61e78842bb2abaa91261fce490b00a7d7553f1..a4fa6693b95a16e2f76990b9fd497d57f9cfbb9f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ verify: services: - name: registry.gitlab.com/gitlab-org/build/cng/gitaly:latest # Disable the hooks so we don't have to stub the GitLab API - command: ["bash", "-c", "mkdir -p /home/git/repositories && rm -rf /srv/gitlab-shell/hooks/* && exec /scripts/process-wrapper"] + command: ["bash", "-c", "mkdir -p /home/git/repositories && rm -rf /srv/gitlab-shell/hooks/* && exec /usr/bin/env GITALY_TESTING_NO_GIT_HOOKS=1 /scripts/process-wrapper"] alias: gitaly variables: GITALY_ADDRESS: "tcp://gitaly:8075"