From: He Yin Ling Date: Fri, 30 Sep 2016 07:34:17 +0000 (+0800) Subject: can not put test report to deploy stage, otherwise if test fails it won't generate... X-Git-Tag: v1.0~116^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5b8854d96ee155c7509ed5edffa2139b33467f6;p=esp-idf can not put test report to deploy stage, otherwise if test fails it won't generate test report. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bd6e3ce5a4..775a13b476 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