diff options
author | John L. Villalovos <john@sodarock.com> | 2022-07-27 09:21:35 -0700 |
---|---|---|
committer | John L. Villalovos <john@sodarock.com> | 2022-07-27 09:21:35 -0700 |
commit | 69014e9be3a781be6742478af820ea097d004791 (patch) | |
tree | 9a740248090921f1b2bba3141308a413f163a608 | |
parent | 194ee0100c2868c1a9afb161c15f3145efb01c7c (diff) | |
download | gitlab-69014e9be3a781be6742478af820ea097d004791.tar.gz |
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.
-rw-r--r-- | tests/functional/fixtures/.env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/fixtures/.env b/tests/functional/fixtures/.env index e7be6c9..9be02fe 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 |