gilde-ci-cd/npm-test-template.yml
2021-05-18 14:52:31 +02:00

8 lines
151 B
YAML

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