diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 42177db..ab53021 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,11 +2,17 @@ stages: - hello - build +tags: + - hottis + - linux + - debian + job1: stage: hello script: - echo "Hallo" - echo "Welt" + - echo "$SSH_PRIVATE_KEY" job2: stage: hello @@ -16,10 +22,6 @@ job2: job3: stage: build - tags: - - hottis - - linux - - debian only: refs: - master