default: image: node:12.16.1 cache: paths: - node_modules/ - .yarn build: script: - yarn install && yarn test && yarn build # after this, copy or deploy to chosen location