summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsh McKenzie <amckenzie@gitlab.com>2023-01-10 13:44:06 +1100
committerAsh McKenzie <amckenzie@gitlab.com>2023-01-10 13:44:06 +1100
commit99710ae6dcd40b9246b955f5396e08d3c2e91da0 (patch)
treede8207655b676d924b74c3dddf9fe804c42d6a76
parentd27c94764c6ad98fa7f4b9ca14888684657e01ce (diff)
downloadgitlab-shell-99710ae6dcd40b9246b955f5396e08d3c2e91da0.tar.gz
Remove script section from abstract .test
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index de0975c..a0fa7fa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -51,14 +51,14 @@ default:
# 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 /usr/bin/env GITALY_TESTING_NO_GIT_HOOKS=1 /scripts/process-wrapper"]
alias: gitaly
- script:
- - make verify test
tests:
extends: .test
parallel:
matrix:
- GO_VERSION: ["1.17", "1.18", "1.19"]
+ script:
+ - make verify test
after_script:
- make coverage
coverage: '/\d+.\d+%/'