diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5045d8c68..e277002b8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -62,7 +62,7 @@ test: e2e-pleroma: stage: test - image: mcr.microsoft.com/playwright:v1.55.0-jammy + image: mcr.microsoft.com/playwright:v1.57.0-jammy services: - name: postgres:15-alpine alias: db diff --git a/changelog.d/e2e.skip b/changelog.d/e2e.skip new file mode 100644 index 000000000..e84c25121 --- /dev/null +++ b/changelog.d/e2e.skip @@ -0,0 +1 @@ +fix e2e diff --git a/docker/e2e/Dockerfile.e2e b/docker/e2e/Dockerfile.e2e index ec780e894..e84359ceb 100644 --- a/docker/e2e/Dockerfile.e2e +++ b/docker/e2e/Dockerfile.e2e @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/playwright:v1.55.0-jammy +FROM mcr.microsoft.com/playwright:v1.57.0-jammy WORKDIR /app @@ -14,4 +14,3 @@ COPY . . ENV CI=1 CMD ["yarn", "e2e:pw"] -