Skip to content
Snippets Groups Projects
Forked from Nils Tesdal / DatabaseTest
30 commits behind the upstream repository.
.gitlab-ci.yml 192 B
image: node:6

before_script:
  - npm install
  
test:
  script:
    - npm test
    
pages:
  stage: deploy
  artifacts:
    paths:
      - coverage
    expire_in: 30 days
  only:
    - master