diff --git a/test/decoupled/2p/CMakeLists.txt b/test/decoupled/2p/CMakeLists.txt
index 6ee4d0c70ec65220fb0c0004f7d8da29665eb8c0..c036d6e1351dc1d9f9710fc421e5eced8f2ead89 100644
--- a/test/decoupled/2p/CMakeLists.txt
+++ b/test/decoupled/2p/CMakeLists.txt
@@ -1,8 +1,8 @@
 add_definitions(-DYASPGRID -DGRIDDIM=2 -DENABLE_UG)
 
 # add build targets
-ADD_EXECUTABLE("test_decoupled2p" test_2p.cc)
-TARGET_LINK_LIBRARIES("test_decoupled2p" ${DumuxLinkLibraries})
+ADD_EXECUTABLE("test_impes" test_impes.cc)
+TARGET_LINK_LIBRARIES("test_impes" ${DumuxLinkLibraries})
 
 # add required libraries and includes to the build flags 
 LINK_DIRECTORIES(${DumuxLinkDirectories})