image: node:latest cache: paths: - node_modules/ before_script: - yarn #unit-tests: # stage: test # script: # - yarn health-check pages: stage: deploy environment: name: Live Docs url: https://moneta-digi.gitlab.io/ui-components/ artifacts: paths: - public only: - master script: - yarn build