diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 67634caa18c8b2d0e3e8726dba9a9e1fa087755d..ef67a166e5c6ade774f315519c3ba8c4414e8417 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -71,7 +71,7 @@ ui smoketests: - export LAUNCH_URL=https://$PREVIEW_APP_NAME.dev.oxui.de/ - echo "LAUNCH_URL=$LAUNCH_URL" script: - - yarn e2e-rerun @smoketest + - pnpm e2e-rerun @smoketest ui smoketests with prefix: image: registry.gitlab.open-xchange.com/frontend/ui/e2e:latest @@ -90,7 +90,7 @@ ui smoketests with prefix: - export LAUNCH_URL=https://$PREVIEW_APP_NAME-prefix.dev.oxui.de/appsuite/ - echo "LAUNCH_URL=$LAUNCH_URL" script: - - yarn e2e-rerun @smoketest + - pnpm e2e-rerun @smoketest ui smoketests with sentinel redis: image: registry.gitlab.open-xchange.com/frontend/ui/e2e:latest @@ -109,4 +109,4 @@ ui smoketests with sentinel redis: - export LAUNCH_URL=https://$PREVIEW_APP_NAME-sntnl.dev.oxui.de/appsuite/ - echo "LAUNCH_URL=$LAUNCH_URL" script: - - yarn e2e-rerun @smoketest + - pnpm e2e-rerun @smoketest