Skip to content
Snippets Groups Projects
Commit 693e93fb authored by Richard Henck's avatar Richard Henck
Browse files

Fix CI tests by updating Chromium to latest

parent ca3e56fe
No related branches found
No related tags found
No related merge requests found
Pipeline #52353 passed
...@@ -5,7 +5,7 @@ stages: ...@@ -5,7 +5,7 @@ stages:
- deploy - deploy
default: default:
image: iqbberlin/ci-node-chromium:latest image: iqbberlin/aspect-test:latest
test-unit: test-unit:
stage: test stage: test
......
# Image for building and testing the app # Image for building and testing the app
FROM node:16-buster FROM node:16-bookworm
RUN apt update && apt install -y chromium curl jq RUN apt update && apt install -y chromium curl jq
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment