diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 314653a..7e1b848 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,4 +91,4 @@ jobs: run: | pip install pytest pip install pytest-cov - python .\tests\test_validate_input_file.py .\tests\validate_input_file.py .\tests\in\docker-compose.yaml + python tests/test_validate_input_file.py tests/validate_input_file.py tests/in/docker-compose.yaml