stages: - test test: image: node:12 stage: test script: - npm install - npm run ci