From e5b8854d96ee155c7509ed5edffa2139b33467f6 Mon Sep 17 00:00:00 2001 From: He Yin Ling Date: Fri, 30 Sep 2016 15:34:17 +0800 Subject: [PATCH] can not put test report to deploy stage, otherwise if test fails it won't generate test report. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bd6e3ce5a..775a13b47 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -89,7 +89,7 @@ test_build_system: - ./make/test_build_system.sh test_report: - stage: deploy + stage: test only: - master - triggers