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

11 lines
175 B
YAML

.npm-test:
image: $NODE_IMAGE
stage: test
before_script:
- >
if [ "$FRONTEND_DIR" != "" ]; then
cd $FRONTEND_DIR
fi
script:
- npm run test