From 0bc3b3205d421e303f602c805c294410a737364f Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Sun, 5 Nov 2017 21:50:43 +0800 Subject: [PATCH] ci: add one more job for single core unit tests --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 982a97bdf1..877d2c0aeb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -709,6 +709,13 @@ UT_003_07: - UT_T1_1 - UT_single_core +UT_003_08: + <<: *unit_test_template + tags: + - ESP32_IDF + - UT_T1_1 + - UT_single_core + IT_001_01: <<: *test_template tags: