From df6d17acb0e2cce175555f2008daa98077f68632 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Grand?= <francois.grand@inrae.fr>
Date: Mon, 25 Jul 2022 16:55:27 +0200
Subject: [PATCH] fix(ci): remove chromium-driver Debian package installation

---
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e25a93530..e69b924fd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -87,7 +87,6 @@ test:
     - web
     - master
   script:
-    - apt install chromium-driver
     - npm run e2e
 
 build:
-- 
GitLab