diff --git a/tests.py b/tests.py
index f8c0a106d99a6d867fe8807c40080b1d299b02b7..ebe138058ada1161b244de4aa00e508308a043c1 100644
--- a/tests.py
+++ b/tests.py
@@ -10,7 +10,7 @@ import datetime
 
 import pytest
 
-mod = importlib.import_module("mpsd-software-environment")
+mod = importlib.import_module("mpsd-software")
 
 # set loglevel to debug - useful for understanding problems.
 # (if the tests pass, pytest doesn't show any output)