From 9561f64d4ccaffe5bf093e3f40503b288d87fd33 Mon Sep 17 00:00:00 2001
From: Jan-Hendrik Willms <tleilax+github@gmail.com>
Date: Tue, 16 May 2023 11:21:17 +0200
Subject: [PATCH] remove bogus option, re #2635

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d995b06d799..f8ed1db1086 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -294,7 +294,7 @@ test-e2e:
     - *initialize-studip-database
     - npm install playwright
     - npm ci
-    - npx playwright install --with-deps --grep-invert a11y
+    - npx playwright install --with-deps
   script:
     - php -S $PHP_WEBSERVER_URL -t public &
     - PHP_SERVER_PID=$!
-- 
GitLab