gilde-ci-cd/templates/npm/npm-test.gitlab-ci.yml
2022-07-08 09:55:35 +02:00

8 lines
153 B
YAML

.npm-test:
image: $NODE_IMAGE
stage: verify
before_script:
- npm install -g rimraf karma
script:
- cd $FRONTEND_DIR
- npm run test-ci