Fixes in tests

Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
This commit is contained in:
Víctor Mayoral Vilches 2025-01-13 08:24:27 +00:00
parent 057d0d9aaa
commit e16c6ecd37
1 changed files with 9 additions and 9 deletions

View File

@ -18,27 +18,27 @@
- if: $CI_COMMIT_BRANCH
when: on_success
🏗 tools reconnaissance/filesystem:
🛠 tools reconnaissance/filesystem:
<<: *run_test
variables:
TEST_PATH: tests/tools/reconnaissance/test_filesystem.py
🏗️ tools test_architecture_core:
🏗️ architecture test_architecture_core:
<<: *run_test
variables:
TEST_PATH: tests/tools/architecture/test_core.py
TEST_PATH: tests/architecture/test_core.py
🏗️ tools test_architecture_util:
🏗️ architecture test_architecture_util:
<<: *run_test
variables:
TEST_PATH: tests/tools/architecture/test_util.py
TEST_PATH: tests/architecture/test_util.py
🏗️ tools test_agents_filesystem:
🤖 agents test_agents_filesystem:
<<: *run_test
variables:
TEST_PATH: tests/tools/agents/test_filesystem.py
TEST_PATH: tests/agents/test_agent_filesystem.py
🏗️ tools test_agents_models:
🤖 agents test_agents_models:
<<: *run_test
variables:
TEST_PATH: tests/tools/agents/test_models.py
TEST_PATH: tests/agents/test_agent_models.py