From e9630ce95e2d25d7b8dab9e3f200839c0f11a0fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thea=20Sch=C3=B6bl?= Date: Wed, 20 Sep 2023 18:14:32 +0200 Subject: [PATCH] feat: webkit in cypress pipelines --- frontend/app/.gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/app/.gitlab-ci.yml b/frontend/app/.gitlab-ci.yml index cf6a9daf..14b094e8 100644 --- a/frontend/app/.gitlab-ci.yml +++ b/frontend/app/.gitlab-ci.yml @@ -5,6 +5,7 @@ e2e: - pnpm --filter=@openstapps/app install - pnpm --filter=@openstapps/app exec cypress install - npx playwright install-deps webkit + - npx playwright install - cd node_modules/.pnpm/re2*/node_modules/re2 - npm run install - cd $CI_PROJECT_DIR