diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ab53021..667987d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,13 +2,12 @@ stages: - hello - build -tags: - - hottis - - linux - - debian - job1: stage: hello + tags: + - hottis + - linux + - debian script: - echo "Hallo" - echo "Welt" @@ -16,12 +15,20 @@ job1: job2: stage: hello + tags: + - hottis + - linux + - debian script: - echo "Hello" - echo "World" job3: stage: build + tags: + - hottis + - linux + - debian only: refs: - master