From 59ebc8a67f1c90b7b5ffc474083a1090cd3af617 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 12 Feb 2019 16:58:50 +0100 Subject: [PATCH] 9. fix use ssh in ci script --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3ebe1c5..b497a23 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,15 +25,19 @@ job2: job3: stage: build + tags: - hottis - linux - debian + only: refs: - master + variables: GIT_SUBMODULE_STRATEGY: recursive + before_script: - echo "Prepare ssh environment" - eval $(ssh-agent -s)