From 3a6c1cf41f98c76933616b08a1e8bc66adc0e669 Mon Sep 17 00:00:00 2001
From: catch <catch@35733.no-reply.drupal.org>
Date: Tue, 12 Dec 2023 13:57:41 +0000
Subject: [PATCH] Issue #3408073 by mstrelan, fjgarlin: Test-only job from
 parent pipeline skips Functional Javascript tests

---
 .gitlab-ci/pipeline-test-only.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci/pipeline-test-only.yml b/.gitlab-ci/pipeline-test-only.yml
index 73bce83e2cb7..460763eeb85c 100644
--- a/.gitlab-ci/pipeline-test-only.yml
+++ b/.gitlab-ci/pipeline-test-only.yml
@@ -14,6 +14,7 @@ variables:
   POSTGRES_DB: drupaltestbot
   POSTGRES_USER: drupaltestbot
   POSTGRES_PASSWORD: drupaltestbotpw
+  MINK_DRIVER_ARGS_WEBDRIVER: '["chrome", {"browserName":"chrome","chromeOptions":{"args":["--disable-dev-shm-usage","--disable-gpu","--headless"]}}, "http://localhost:9515"]'
 
 '🩹 Test-only changes':
   stage: 🗜️ Test
-- 
GitLab