1 2 3 4 5 6
name: main image: python:3 extend: - python --version script: - python -c 'print("hello")'