diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 74e3e00d809966056077d38ca8a37d8884456769..bd733542a5e109ce92303020dbac50278cfc22dd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -99,7 +99,8 @@ deploy_production:
     - git clone https://gitlab.tugraz.at/dbp/middleware/e2e-tests.git --depth 1
     - cd e2e-tests
     - yarn install
-    - ./node_modules/.bin/cypress run --browser "$BROWSER" --spec "cypress/integration/signature/*.spec.js"
+#    - ./node_modules/.bin/cypress run --browser "$BROWSER" --spec "cypress/integration/signature/*.spec.js"
+    - xvfb-run ./node_modules/.bin/cypress run --browser "$BROWSER" --headed --spec "cypress/integration/signature/*.spec.js"
   artifacts:
     paths:
       - e2e-tests/cypress/videos/*