diff --git a/.gitlab/ci/rules.yml b/.gitlab/ci/rules.yml index b78e9b650e..9836128992 100644 --- a/.gitlab/ci/rules.yml +++ b/.gitlab/ci/rules.yml @@ -84,6 +84,9 @@ .patterns-host_test: &patterns-host_test - ".gitlab/ci/host-test.yml" + + - "components/**/*" + - "tools/ci/test_autocomplete.py" - "tools/ci/test_build_system.sh" - "tools/ci/test_build_system_cmake.sh" @@ -91,7 +94,6 @@ - "tools/ci/test_configure_ci_environment.sh" - "tools/mass_mfg/**/*" - - "components/nvs_flash/test_nvs_host/**/*" - "tools/esp_app_trace/**/*" - "tools/ldgen/**/*"