From 3ece0562092ccd42a7a77d07e3bf8622636baea4 Mon Sep 17 00:00:00 2001
From: Eduard Frankford <e.frankford@student.uibk.ac.at>
Date: Sun, 29 May 2022 17:32:51 +0200
Subject: [PATCH] testing

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8862c9886..30f9b81b2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -112,7 +112,7 @@ e2e-test:
   script:
     # - apt-get update
     # - apt-get install -y default-jre
-    - npm run e2e
+    - npm run e2e --host=selenium__standalone-chrome
 # sonar-analyze:
 #   stage: analyze
 #   dependencies:
-- 
GitLab