image: node:latest cache: paths: - node_modules/ deploy: only: - master script: - npm install -g gulp - npm install - gulp deploy