Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/ci/test.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitlab/ci/test.yml b/.gitlab/ci/test.yml
index 26107b85..93870a8a 100644
--- a/.gitlab/ci/test.yml
+++ b/.gitlab/ci/test.yml
@@ -50,6 +50,18 @@ test-acceptance-inplace:1.16:
extends: .tests-acceptance-inplace
image: golang:1.16
+test:1.17:
+ extends: .tests-unit
+ image: golang:1.17
+
+test-acceptance:1.17:
+ extends: .tests-acceptance-tmpdir
+ image: golang:1.17
+
+test-acceptance-inplace:1.17:
+ extends: .tests-acceptance-inplace
+ image: golang:1.17
+
race:
extends: .tests-common
script: