image: node:6.9.4
pipelines:
  default:
    - step:
        script:
          - npm install
          - npm test