diff --git a/Makefile b/Makefile index d9b1354dff2174d286ce829ce7bf699f4d125304..7167ebfdf106f5129ce7941706b9e871d51e551f 100644 --- a/Makefile +++ b/Makefile @@ -44,5 +44,5 @@ lint: .PHONY: lint unittest: - pytest --cov=caosdb -vv ./unittests + pytest --cov=caoscrawler -vv ./unittests .PHONY: unittest