gilde-ci-cd/npm-test-template.gitlab-ci.yml
2021-07-06 14:24:10 +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