gilde-ci-cd/templates/npm/npm-test.gitlab-ci.yml
Marcel Feix 75799e32fc
Docs(*): Translate everything to english
Correction of some paths
2022-07-08 09:55:42 +02:00

10 lines
221 B
YAML

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