stages: - hello job1: stage: hello script: - echo "Hallo" - echo "Welt" job2: stage: hello script: - echo "Hello" - echo "World"