From f090acbb80ace8ffa3e95f94ff88a68d9da33d05 Mon Sep 17 00:00:00 2001 From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de> Date: Mon, 30 Mar 2020 12:15:59 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c7b9926..b7ad23e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,11 +3,15 @@ production: - ls /var/simplesamlphp only: - master + tags: + - SSO testing: script: - ls /var/simplesamlphptest only: - testing + tags: + - SSO -- GitLab