From 693e93fb922b5ee8febb325ddf69d30c3fe719ef Mon Sep 17 00:00:00 2001 From: Richard Henck <richard.henck@iqb.hu-berlin.de> Date: Tue, 14 Nov 2023 14:45:50 +0100 Subject: [PATCH] Fix CI tests by updating Chromium to latest --- .gitlab-ci.yml | 2 +- scripts/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 96a177097..e426a5639 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ stages: - deploy default: - image: iqbberlin/ci-node-chromium:latest + image: iqbberlin/aspect-test:latest test-unit: stage: test diff --git a/scripts/Dockerfile b/scripts/Dockerfile index 4025c56d9..c64d52013 100644 --- a/scripts/Dockerfile +++ b/scripts/Dockerfile @@ -1,5 +1,5 @@ # Image for building and testing the app -FROM node:16-buster +FROM node:16-bookworm RUN apt update && apt install -y chromium curl jq -- GitLab