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