image: node:8.12-alpine cache: key: yarn_cache paths: - .yarn_cache stages: - install - build install: stage: install script: - yarn install --cache-folder .yarn_cache build: stage: build script: - yarn build