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