diff --git a/.woodpecker/main.yml b/.woodpecker/main.yml index 64ab31a..05a51f6 100644 --- a/.woodpecker/main.yml +++ b/.woodpecker/main.yml @@ -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