Skip to content
Snippets Groups Projects
.gitlab-ci.yml 72 B
Newer Older
rhenck's avatar
rhenck committed
stages:
  - test

test-unit:
  stage: test
  script:
    - npm run test