**Minimal .gitlab-ci.yml illustrating the issue** ```yml --- job: rules: [] script: - echo "Heya" ``` **Expected behavior** I would expect gitlab-ci-local to blow up with an red error message, just like gitlab.com does ```` Unable to create pipeline job:rules config can't be blank ````