From ddb836b779396672746ebd0d888c4b33d9d9c49d Mon Sep 17 00:00:00 2001 From: Chen Yudong Date: Tue, 29 Mar 2022 17:03:27 +0800 Subject: [PATCH] CI: fix patterns for integration test --- .gitlab/ci/rules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/ci/rules.yml b/.gitlab/ci/rules.yml index 33eef683be..c6da86b8bf 100644 --- a/.gitlab/ci/rules.yml +++ b/.gitlab/ci/rules.yml @@ -94,7 +94,7 @@ - "components/**/*" .patterns-integration_test: &patterns-integration_test - - "tools/ci/python_packages/tiny_test_fw/**/*" + - "tools/ci/python_packages/gitlab_api.py" - "tools/ci/integration_test/**/*" - "components/bt/controller/lib_esp32"