diff options
author | John L. Villalovos <john@sodarock.com> | 2023-02-13 07:25:08 -0800 |
---|---|---|
committer | John L. Villalovos <john@sodarock.com> | 2023-02-13 08:29:04 -0800 |
commit | aa413eb71c0ce820a8beb9d22862c2bcec54211d (patch) | |
tree | 5c41cabb84c071f3d5b5d3975c0636102733dd5d | |
parent | f0b5a5ab4938feeee6b6bd8e1a5ab7ee417fe1d7 (diff) | |
download | gitlab-jlvillal/password.tar.gz |
test: use GITLAB_TAG=15.8.1-ee.0jlvillal/password
Switch to newer version of GitLab for 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 449bc84..855565c 100644 --- a/tests/functional/fixtures/.env +++ b/tests/functional/fixtures/.env @@ -1,2 +1,2 @@ GITLAB_IMAGE=gitlab/gitlab-ee -GITLAB_TAG=15.4.0-ee.0 +GITLAB_TAG=15.8.1-ee.0 |