diff --git a/DDTest/python/test_import.py b/DDTest/python/test_import.py
index b0df29c910e104aebb589f5f8f9cd241a439d4a5..b5454cb04bdff30b19b108bea648b26ac3a45b12 100644
--- a/DDTest/python/test_import.py
+++ b/DDTest/python/test_import.py
@@ -10,10 +10,10 @@ import pytest
 parametrize = pytest.mark.parametrize
 
 moduleNames = [
-    'DDDigi',
-    'DDG4',
     'dd4hep',
+    'DDG4',
     'DDRec',
+    'DDDigi',
     ]
 
 # List here the modules that are allowed to Fail.