From 06f9755d348e16b3d9c8d2cd3f26d9092d9a5026 Mon Sep 17 00:00:00 2001 From: Aleksei Lipniagov Date: Mon, 16 May 2022 17:20:15 +0200 Subject: [PATCH] Build e2e images with Ruby 3 --- .gitlab/ci/e2e.images.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab/ci/e2e.images.yml b/.gitlab/ci/e2e.images.yml index d98ca02..7434236 100644 --- a/.gitlab/ci/e2e.images.yml +++ b/.gitlab/ci/e2e.images.yml @@ -5,11 +5,13 @@ e2e-base: variables: DEBIAN: bullseye GIT: '2.33' - RUBY: '2.7' BUNDLER: '2.3' CHROME: '101' extends: - .build_and_push + parallel: + matrix: + - RUBY: [ '2.7', '3.0' ] # Image used for running full e2e test suite e2e-full: