Fix test paths: backend-compliance -> compliance/tests/, dsms-gateway -> test_main.py

This commit is contained in:
Benjamin Boenisch
2026-02-15 12:31:45 +01:00
parent b7fd2d0ca2
commit 1098dac141

View File

@@ -148,7 +148,7 @@ steps:
pip install --quiet --no-cache-dir pytest-json-report
set +e
python -m pytest tests/ -v --tb=short --json-report --json-report-file=../.ci-results/test-backend-compliance.json
python -m pytest compliance/tests/ -v --tb=short --json-report --json-report-file=../.ci-results/test-backend-compliance.json
TEST_EXIT=$?
set -e
@@ -226,7 +226,7 @@ steps:
pip install --quiet --no-cache-dir pytest-json-report
set +e
python -m pytest tests/ -v --tb=short --json-report --json-report-file=../.ci-results/test-dsms-gateway.json
python -m pytest test_main.py -v --tb=short --json-report --json-report-file=../.ci-results/test-dsms-gateway.json
TEST_EXIT=$?
set -e