# Full project: https://gitlab.com/pages/middleman image: ruby:2.4 variables: LANG: "C.UTF-8" cache: paths: - vendor before_script: - apt-get update -yqqq - apt-get install -y nodejs - bundle install --path vendor test: script: - bundle exec middleman build except: - master pages: script: - bundle exec middleman build artifacts: paths: - public only: - master