Hello World
examples/pipelines/hello-world/.gitlab-ci.yml
default: script: echo Hello World
- default (required) - an arbitrary name we used for this job
- script: (required) the command to execute in the Docker container
- Current default Docker image is ruby:2.5