From b1e5ce7409d84cdcfff97dbebbfd80fe4198e9b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Oct 2025 23:50:25 +0000 Subject: [PATCH 1/2] Update ghcr.io/code0-tech/build-images/node-playwright Docker tag to v203 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 74008d53..6b65ee87 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,7 +38,7 @@ test: - if: $C0_UPDATE_SNAPSHOTS == null .storybook:test:base: - image: ghcr.io/code0-tech/build-images/node-playwright:196.1-node-24.8 + image: ghcr.io/code0-tech/build-images/node-playwright:203.1-node-24.8 stage: test before_script: - source ~/.asdf/asdf.sh From dd1df30a4c63af592fa193837e8b139575c126ef Mon Sep 17 00:00:00 2001 From: Niklas van Schrick Date: Sun, 5 Oct 2025 01:55:12 +0200 Subject: [PATCH 2/2] Migrate to mise based node-playwright image --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6b65ee87..d0dc82ec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,7 +41,6 @@ test: image: ghcr.io/code0-tech/build-images/node-playwright:203.1-node-24.8 stage: test before_script: - - source ~/.asdf/asdf.sh - npm ci - npm run storybook:dev & - curl --fail -sv --retry 30 --retry-delay 3 --head --retry-all-errors http://127.0.0.1:6006