image: node:12 cache: key: ${CI_COMMIT_REF_SLUG} paths: - node_modules/ before_script: - node --version - yarn --version - yarn test: script: - yarn test pages: stage: deploy script: - yarn build artifacts: paths: - public only: - schedules