# Full project: https://gitlab.com/pages/brunch image: node:4.2.2 pages: cache: paths: - node_modules/ script: - npm install -g brunch - brunch build --production artifacts: paths: - public rules: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH