image: node:10.4.1 cache: paths: - node_modules/ stages: - build build: stage: build before_script: - npm install script: - node node_modules/.bin/encore production