From 9ff25f454cfd1cba018a53199785379375fd4549 Mon Sep 17 00:00:00 2001
From: Eduard Frankford <e.frankford@student.uibk.ac.at>
Date: Thu, 2 Jun 2022 14:55:40 +0200
Subject: [PATCH] testing

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0a2b6e899..fb6fd1713 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -122,8 +122,8 @@ e2e-test:
     # - apt-get install -y ca-certificates
     # - apt-get install -y libnss3-dev libasound2 libxss1 libappindicator3-1 libindicator7 gconf-service libgconf-2-4 libpango1.0-0 xdg-utils fonts-liberation libgbm1
     # - wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
-    # - dpkg -i google-chrome*.deb
-    # - apt-get install -y google-chrome-stable libxss1
+    - dpkg -i google-chrome*.deb
+    - apt-get install -y google-chrome-stable libxss1
     # - node --version
     - export JHI_E2E_HEADLESS=true
     - npm run e2e --host=selenium__standalone-chrome
-- 
GitLab