Fix frontend_tests to use correct container registry

This commit is contained in:
Mondo Diaz
2026-01-13 22:44:27 +00:00
parent 085ed898e2
commit b74276ba70

View File

@@ -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