From c67ac340c71b2b623ca12a2ee3d85f6f6e6ca96c Mon Sep 17 00:00:00 2001 From: Yinling Date: Tue, 1 Nov 2016 20:33:23 +0800 Subject: [PATCH] use correct template for unit test jobs --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e51c9dd02..ae9342159 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -255,7 +255,7 @@ push_master_to_github: TEST_CASE_FILE_PATH: "$CI_PROJECT_DIR/components/idf_test/unit_test" UT_Function_SYS_01: - <<: *test_template + <<: *unit_test_template tags: - ESP32_IDF - UT_T1_1