image: node:8 cache: paths: - node_modules/ stages: - test test_async: stage: test script: - npm install - npm run test tags: - docker