1
0
mirror of https://gitlab.com/MisterBiggs/Resume.git synced 2026-06-04 01:50:25 +00:00

Fix CI: update Playwright Docker image to v1.57.0

Match Docker image version to installed playwright@1.57.0 package
to ensure browser binaries are compatible.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-15 01:08:52 -05:00
parent e0b616711f
commit a52e3b4fdf
+2 -2
View File
@@ -4,7 +4,7 @@ stages:
check-resume-length: check-resume-length:
stage: test stage: test
image: mcr.microsoft.com/playwright:v1.40.0-jammy image: mcr.microsoft.com/playwright:v1.57.0-jammy
before_script: before_script:
- apt-get update && apt-get install -y unzip - apt-get update && apt-get install -y unzip
- curl -fsSL https://bun.sh/install | bash - curl -fsSL https://bun.sh/install | bash
@@ -19,7 +19,7 @@ check-resume-length:
pages: pages:
stage: deploy stage: deploy
image: mcr.microsoft.com/playwright:v1.40.0-jammy image: mcr.microsoft.com/playwright:v1.57.0-jammy
before_script: before_script:
- apt-get update && apt-get install -y unzip - apt-get update && apt-get install -y unzip
- curl -fsSL https://bun.sh/install | bash - curl -fsSL https://bun.sh/install | bash