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

---
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dc71aac13..55f83cf64 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -112,11 +112,11 @@ e2e-test:
     - npm install
     - apt-get update
     - apt-get install -y default-jre
+    - wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
+    - sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
+    - apt-get install -y google-chrome-stable
     # - apt-get install -y google-chrome-stable libxss1
     # - node --version
-    - wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
-    - curl -sS -o - https://dl.google.com/linux/linux_signing_key.pub | apt-key add -
-    - apt install -y ./google-chrome-stable_current_amd64.deb
     - export JHI_E2E_HEADLESS=true
     - npm run e2e --host=selenium__standalone-chrome
 # sonar-analyze:
-- 
GitLab