Files
warehouse13/.gitlab-ci.yml
Patel (US), Pratik 1016fee300 change ci image
2025-10-16 12:13:38 -05:00

13 lines
315 B
YAML

stages:
- test
# Test stage
test:
stage: test
image: containers.global.bsf.tools/node:20.11-alpine3.19
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