From 9c7808068b0188d63ecc13ec2860518fef1dbcca Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Wed, 24 Oct 2018 10:21:13 -0700 Subject: [PATCH] Add a Ruby 2.5 image with Golang v1.10 for Gitaly --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1a0a649..c2bf4d2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -54,6 +54,7 @@ before_script: # Used by Gitaly: https://gitlab.com/gitlab-org/gitaly/blob/master/.gitlab-ci.yml ruby-2.4-golang-1.11-git-2.18 test: *test_custom +ruby-2.5-golang-1.10-git-2.18 test: *test_custom ruby-2.5-golang-1.11-git-2.18 test: *test_custom # Used by GitLab CE/EE: https://gitlab.com/gitlab-org/gitlab-ee/blob/master/.gitlab-ci.yml