image: node:6 cache: paths: - node_modules/ before_script: - npm install - npm install -g gulp - npm rebuild node-sass stages: - deploy pages: stage: deploy artifacts: paths: - public only: - master script: - gulp build --production - mv dist public