From b74276ba70115bfcfe1733167da06d6c0983da7e Mon Sep 17 00:00:00 2001 From: Mondo Diaz Date: Tue, 13 Jan 2026 22:44:27 +0000 Subject: [PATCH] Fix frontend_tests to use correct container registry --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6f66b70..8ff7a78 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,7 +29,7 @@ python_tests: # Run frontend tests frontend_tests: stage: test - image: deps.global.bsf.tools/docker/node:20-alpine + image: containers.global.bsf.tools/node:20-alpine before_script: - cd frontend - npm ci