diff --git a/LCU/Maintenance/DBInterface/test/CMakeLists.txt b/LCU/Maintenance/DBInterface/test/CMakeLists.txt
index 2ed24549fd27c69b52fd03df7bea0d247dd69a92..fc1612413fffa82859cd1a17b5212d068c172e49 100644
--- a/LCU/Maintenance/DBInterface/test/CMakeLists.txt
+++ b/LCU/Maintenance/DBInterface/test/CMakeLists.txt
@@ -1,13 +1,3 @@
-# $Id$
-include(LofarCTestPython)
 
-enable_coverage(3)
-
-set(py_files postgres_testrunner.py
-             __init__.py
-             test_rtsm_models.py)
-python_install(${py_files} DESTINATION lofar/maintenance/test)
-
-lofar_add_test(t_rtsm_models)
-
-add_subdirectory(controllers)
\ No newline at end of file
+add_subdirectory(controllers)
+add_subdirectory(models)
\ No newline at end of file