From 482e939fe401f4a67bde0c4715a75fab3a287c5a Mon Sep 17 00:00:00 2001 From: Peter Nerlich <peter.nerlich+dev@googlemail.com> Date: Thu, 6 May 2021 09:42:33 +0200 Subject: [PATCH] run pipeline in testing as well --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 590b7be..a0a6883 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,7 @@ report: stage: test only: - master + - testing script: - ./show-upstream-changes.sh -nc 2>&1 | tee upstream-report-color.txt - ./show-upstream-changes.sh -n > upstream-report.txt -- GitLab