Files
warehouse13/.gitlab-ci.yml
Armando Diaz cda0e99ce7 remove curl
2025-10-16 12:08:02 -05:00

13 lines
314 B
YAML

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