From 82f500d03b12d9d6fd8901046737265384cfe17b Mon Sep 17 00:00:00 2001
From: Dave Long <dave@longwaveconsulting.com>
Date: Wed, 16 Apr 2025 16:20:17 +0200
Subject: [PATCH] Issue #3517217 by maxwhitehead, fjgarlin: CI: Using stale
 drupalci chromedriver image (`chromedriver` is stale,
 `webdriver-chromedriver` gets updates)

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

diff --git a/.gitlab-ci/pipeline.yml b/.gitlab-ci/pipeline.yml
index dc89219805fc..c7adcd8ada4f 100644
--- a/.gitlab-ci/pipeline.yml
+++ b/.gitlab-ci/pipeline.yml
@@ -77,7 +77,7 @@ variables:
   alias: database
 
 .with-chrome: &with-chrome
-  name: $_CONFIG_DOCKERHUB_ROOT/chromedriver:production
+  name: $_CONFIG_DOCKERHUB_ROOT/webdriver-chromedriver:production
   alias: chrome
   entrypoint:
     - chromedriver
-- 
GitLab