stages: - test # Test stage test: stage: test image: containers.global.bsf.tools/node:24.5-alpine3.21 script: - cd frontend - npm config set registry https://deps.global.bsf.tools/artifactory/api/npm/registry.npmjs.org/ - npm config set strict-ssl false - npm config fix - npm install