From 461a5084a917cbb99838ee92057b30a04c82d5e2 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 12 Feb 2019 16:02:12 +0100 Subject: [PATCH] add tags to ci script --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bf784ff..42177db 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,6 +16,10 @@ job2: job3: stage: build + tags: + - hottis + - linux + - debian only: refs: - master