mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Fix Bundler element in matrix array
This commit is contained in:
parent
e324a472bb
commit
edbea081dd
1 changed files with 2 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ e2e:
|
|||
parallel:
|
||||
matrix:
|
||||
- RUBY: ['2.7', '3.0', '3.1', '3.2']
|
||||
- BUNDLER: ['2.3', '2.4']
|
||||
BUNDLER: ['2.3', '2.4']
|
||||
|
||||
# Image with ruby, bundler and docker
|
||||
e2e-docker:
|
||||
|
|
@ -33,6 +33,7 @@ e2e-chrome:
|
|||
parallel:
|
||||
matrix:
|
||||
- RUBY: ['2.7', '3.0', '3.1', '3.2']
|
||||
BUNDLER: ['2.3', '2.4']
|
||||
CHROME: ['109', '110']
|
||||
|
||||
# Image used for running full e2e test suite
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue