From 69014e9be3a781be6742478af820ea097d004791 Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Wed, 27 Jul 2022 09:21:35 -0700 Subject: [PATCH] test(functional): bump GitLab docker image to 15.2.0-ee.0 Use the GitLab docker image 15.2.0-ee.0 in the functional testing. --- tests/functional/fixtures/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/fixtures/.env b/tests/functional/fixtures/.env index e7be6c98e..9be02fe66 100644 --- a/tests/functional/fixtures/.env +++ b/tests/functional/fixtures/.env @@ -1,2 +1,2 @@ GITLAB_IMAGE=gitlab/gitlab-ee -GITLAB_TAG=14.9.2-ee.0 +GITLAB_TAG=15.2.0-ee.0