Minimum job definition:
- job name
- external command to run
Example:
i_love_tests:
script: /bin/echo run tests
For the above minimum job definition, GitLab UI will render a pipeline showing:
- the stage that the job belongs to (default stage is "test")
- job name
- outcome