image: node:latest cache: paths: - node_modules/ test: before_script: - npm install script: - npm test