diff --git a/Makefile b/Makefile index f54b22a..9e43d55 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ lint: .venv/requirements.timestamp .PHONY: test test: .venv/requirements.timestamp - .venv/bin/py.test -vv --cov-config .coveragerc --cov geolink2oereb tests + .venv/bin/py.test -vv --cov-config .coveragerc --cov src/geolink2oereb tests .PHONY: check