From 55a3727df018bd86315e5332e69f97df6f50d47c Mon Sep 17 00:00:00 2001
From: Laurent Laffont <llaffont@afi-sa.fr>
Date: Fri, 6 May 2022 15:36:07 +0200
Subject: [PATCH] Fix gitlab.ci to not use default images

---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e903530a..869359ff 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,5 @@
 test:php74:
+  image: bokeh_php74_with_chrome
   script:
     - bash build.sh
   except:
@@ -8,6 +9,7 @@ test:php74:
 
 
 test:php81:
+  image: bokeh_php81
   script:
     - bash build.sh
   except:
-- 
GitLab