before_script: - bundle install --without=development test: stage: test script: - bundle exec rake test deadlinks: stage: test script: - bundle exec rake testlinks allow_failure: true deploy: stage: deploy script: - bundle exec rake deploy tags: - doc only: - master