From 278e44acbb45cc612ebf9f514aeb70cafa9b7d0c Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 12 Feb 2019 16:23:41 +0100 Subject: [PATCH] test variable in ci script --- .gitlab-ci.yml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) 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