image: node:latest stages: [ init, run ] cache: stage: init paths: - node_modules/ test: stage: run script: - npm install - node example.js