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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Okstad <pokstad@gitlab.com>2020-05-20 09:43:48 +0300
committerPaul Okstad <pokstad@gitlab.com>2020-05-20 09:48:08 +0300
commit9cfaab29180554b4ed4dfd9186d3491928f216eb (patch)
treeb31c5970aaf26c4847dac84ca420fd6207dd51f4
parentcdcff3b2f1885bea065854e155bfb53cd014910d (diff)
Correct test job imagespo-fix-ci-git-222
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 87435e1f8..ae6ecd7b3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -134,11 +134,11 @@ test:go1.13-git-2.26-ruby-2.6:
<<: *test_definition
test:go1.13-git-2.24-ruby-2.6:
- image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.6-golang-1.13-git-2.22
+ image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.6-golang-1.13-git-2.24
<<: *test_definition
test:go1.13-git-2.22-ruby-2.6:
- image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.6-golang-1.13-git-2.24
+ image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.6-golang-1.13-git-2.22
<<: *test_definition
test:proxy: