image: node:4.2.2 cache: paths: - node_modules/ stages: - test test_async: stage: test script: - npm install
- npm test