Skip to content

Commit a2ae9d6

Browse files
tests(functional): update to GitLab 18.6 and fix issues found
1 parent 16fa4b8 commit a2ae9d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/functional/fixtures/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
GITLAB_IMAGE=gitlab/gitlab-ee
2-
GITLAB_TAG=17.8.2-ee.0
2+
GITLAB_TAG=18.6.1-ee.0
33
GITLAB_RUNNER_IMAGE=gitlab/gitlab-runner
44
GITLAB_RUNNER_TAG=96856197

tests/functional/fixtures/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ services:
3434
entrypoint:
3535
- /bin/sh
3636
- -c
37-
- ruby /create_license.rb && /assets/wrapper
37+
- ruby /create_license.rb && /assets/init-container
3838
volumes:
3939
- ${PWD}/tests/functional/fixtures/create_license.rb:/create_license.rb
4040
ports:

0 commit comments

Comments
 (0)