diff --git a/.github/workflows/test-reliability.yml b/.github/workflows/test-reliability.yml index f4e0dc4afa..473c6bdf9a 100644 --- a/.github/workflows/test-reliability.yml +++ b/.github/workflows/test-reliability.yml @@ -31,4 +31,4 @@ jobs: run: cd tests-functional; docker compose -f docker-compose.anvil.yml -f docker-compose.test.status-go.yml -f docker-compose.status-go.local.yml up --build --remove-orphans -d - name: Run tests - run: pytest -m "reliability" \ No newline at end of file + run: cd tests-functional; pytest -m "reliability" \ No newline at end of file