Skip to content
Snippets Groups Projects
.gitlab-ci.yml 79 B
Newer Older
nilstes's avatar
nilstes committed
image: node:6

before_script:
  - npm install
  
test:
  script:
    - npm test