Show what is in the container



examples/pipelines/show/.gitlab-ci.yml
default:
   image: busybox:latest
   script:
     - uname -a
     - hostname
     - printenv | sort