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

---
 .gitlab-ci.yml | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 32b78a1fb..0a2b6e899 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -112,16 +112,17 @@ 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 gnupg2
+    - 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 xvfb
-    - apt-get install -y zip
-    - apt-get install -y wget
-    - 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 xvfb
+    # - apt-get install -y zip
+    # - apt-get install -y wget
+    # - 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
     # - node --version
     - export JHI_E2E_HEADLESS=true
-- 
GitLab