image: node:lts workflow: rules: - if: '$CI_COMMIT_BRANCH == "production-test"' pages: script: - npm install - npm run build artifacts: paths: - public