Fix frontend_tests to use correct container registry

This commit is contained in:
Mondo Diaz
2026-01-13 22:44:27 +00:00
parent 157cb4910f
commit 3b54c74912

View File

@@ -29,7 +29,7 @@ python_tests:
# Run frontend tests # Run frontend tests
frontend_tests: frontend_tests:
stage: test stage: test
image: deps.global.bsf.tools/docker/node:20-alpine image: containers.global.bsf.tools/node:20-alpine
before_script: before_script:
- cd frontend - cd frontend
- npm ci - npm ci