Hello World in container



examples/pipelines/hello-world-in-container/.gitlab-ci.yml
default:
  image: busybox:latest
  script: echo Hello World