Skip to content

Commit 99710ae

Browse files
committed
Remove script section from abstract .test
1 parent d27c947 commit 99710ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ default:
5151
# Disable the hooks so we don't have to stub the GitLab API
5252
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"]
5353
alias: gitaly
54-
script:
55-
- make verify test
5654

5755
tests:
5856
extends: .test
5957
parallel:
6058
matrix:
6159
- GO_VERSION: ["1.17", "1.18", "1.19"]
60+
script:
61+
- make verify test
6262
after_script:
6363
- make coverage
6464
coverage: '/\d+.\d+%/'

0 commit comments

Comments
 (0)