diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index c2a377827a511a4b74182e6b099420a6a08df066..139d06e8b9c37c71ed1b8af14afb39367ce53777 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -268,8 +268,8 @@ otb_test_application(NAME otbSARRobustInterferogram_S1Reunion
                             -gain 0.1
 			    -out ${OUTPUT_TEST}/otbSARInterferogramTestOutput_S1Reunion.tif)
 
-set_tests_properties(otbSARRobustInterferogram_S1Reunion PROPERTIES DEPENDS otbSARCoRegistrationTestOutput_S1Reunion.tif)
-set_tests_properties(otbSARRobustInterferogram_S1Reunion PROPERTIES DEPENDS otbSARCartesianMeanEstimationTestOutput_S1Reunion.tif)
+set_tests_properties(otbSARRobustInterferogram_S1Reunion PROPERTIES DEPENDS otbSARCoRegistration_S1Reunion)
+set_tests_properties(otbSARRobustInterferogram_S1Reunion PROPERTIES DEPENDS otbSARCartesianMeanEstimationTest_S1ReunionReference)
 
 
 # Post-Processing (Filtering)
@@ -284,7 +284,7 @@ otb_test_application(NAME otbSARTopographicPhase_S1Reunion
                             -gridstepazimut 30
 			    -out ${OUTPUT_TEST}/otbSARTopographicPhaseTestOutput_S1Reunion.tif)
 
-set_tests_properties(otbSARTopographicPhase_S1Reunion PROPERTIES DEPENDS otbSARCartesianMeanEstimationTestOutput_S1Reunion.tif)
+set_tests_properties(otbSARTopographicPhase_S1Reunion PROPERTIES DEPENDS otbSARCartesianMeanEstimationTest_S1ReunionReference)
 
 otb_test_application(NAME otbSARCompensatedComplex_S1Reunion
                     APP  SARCompensatedComplex
@@ -293,8 +293,8 @@ otb_test_application(NAME otbSARCompensatedComplex_S1Reunion
 			    -topographicphase ${OUTPUT_TEST}/otbSARTopographicPhaseTestOutput_S1Reunion.tif
 			    -out ${OUTPUT_TEST}/otbSARComplexTestOutput_S1Reunion.tif)
 
-set_tests_properties(otbSARCompensatedComplex_S1Reunion PROPERTIES DEPENDS otbSARCoRegistrationTestOutput_S1Reunion.tif)
-set_tests_properties(otbSARCompensatedComplex_S1Reunion PROPERTIES DEPENDS otbSARTopographicPhaseTestOutput_S1Reunion.tif)
+set_tests_properties(otbSARCompensatedComplex_S1Reunion PROPERTIES DEPENDS otbSARCoRegistration_S1Reunion)
+set_tests_properties(otbSARCompensatedComplex_S1Reunion PROPERTIES DEPENDS otbSARTopographicPhase_S1Reunion)
 
 otb_test_application(NAME otbSARPhaseFiltering_S1Reunion
                     APP  SARPhaseFiltering
@@ -306,7 +306,7 @@ otb_test_application(NAME otbSARPhaseFiltering_S1Reunion
 		            -alpha 0.7
 			    -out ${OUTPUT_TEST}/otbSARPhaseFilteringTestOuput_S1Reunion.tif)
 
-set_tests_properties(otbSARPhaseFiltering_S1Reunion PROPERTIES DEPENDS otbSARComplexTestOutput_S1Reunion.tif)
+set_tests_properties(otbSARPhaseFiltering_S1Reunion PROPERTIES DEPENDS otbSARCompensatedComplex_S1Reunion)
 
 otb_test_application(NAME otbSARAddBandInterferogram_S1Reunion
                     APP  SARAddBandInterferogram
@@ -317,8 +317,8 @@ otb_test_application(NAME otbSARAddBandInterferogram_S1Reunion
                             -gain 0.1
 			    -out ${OUTPUT_TEST}/otbSARFilteredInterferogram_S1Reunion.tif)
 
-set_tests_properties(otbSARAddBandInterferogram_S1Reunion PROPERTIES DEPENDS otbSARComplexTestOutput_S1Reunion.tif)
-set_tests_properties(otbSARAddBandInterferogram_S1Reunion PROPERTIES DEPENDS otbSARPhaseFilteringTestOuput_S1Reunion.tif)
+set_tests_properties(otbSARAddBandInterferogram_S1Reunion PROPERTIES DEPENDS otbSARCompensatedComplex_S1Reunion)
+set_tests_properties(otbSARAddBandInterferogram_S1Reunion PROPERTIES DEPENDS otbSARPhaseFiltering_S1Reunion)
 
 
 ########## Test CSK_Reunion ##########
@@ -434,8 +434,8 @@ otb_test_application(NAME otbSARRobustInterferogram_CSKReunion
                             -gain 0.1
 			    -out ${OUTPUT_TEST}/otbSARInterferogramTestOutput_CSKReunion.tif)
 
-set_tests_properties(otbSARRobustInterferogram_CSKReunion PROPERTIES DEPENDS otbSARCoRegistrationTestOutput_CSKReunion.tif)
-set_tests_properties(otbSARRobustInterferogram_CSKReunion PROPERTIES DEPENDS otbSARCartesianMeanEstimationTestOutput_CSKReunion.tif)
+set_tests_properties(otbSARRobustInterferogram_CSKReunion PROPERTIES DEPENDS otbSARCoRegistration_CSKReunion)
+set_tests_properties(otbSARRobustInterferogram_CSKReunion PROPERTIES DEPENDS otbSARCartesianMeanEstimationTest_CSKReunionReference)
 
 
 # Post-Processing (Filtering)
@@ -451,7 +451,7 @@ otb_test_application(NAME otbSARTopographicPhase_CSKReunion
 			    -out ${OUTPUT_TEST}/otbSARTopographicPhaseTestOutput_CSKReunion.tif)
 
 
-set_tests_properties(otbSARTopographicPhase_CSKReunion PROPERTIES DEPENDS otbSARCartesianMeanEstimationTestOutput_CSKReunion.tif)
+set_tests_properties(otbSARTopographicPhase_CSKReunion PROPERTIES DEPENDS otbSARCartesianMeanEstimationTest_CSKReunionReference)
 
 otb_test_application(NAME otbSARCompensatedComplex_CSKReunion
                     APP  SARCompensatedComplex
@@ -460,8 +460,8 @@ otb_test_application(NAME otbSARCompensatedComplex_CSKReunion
 			    -topographicphase ${OUTPUT_TEST}/otbSARTopographicPhaseTestOutput_CSKReunion.tif
 			    -out ${OUTPUT_TEST}/otbSARComplexTestOutput_CSKReunion.tif)
 
-set_tests_properties(otbSARCompensatedComplex_CSKReunion PROPERTIES DEPENDS otbSARCoRegistrationTestOutput_CSKReunion.tif)
-set_tests_properties(otbSARCompensatedComplex_CSKReunion PROPERTIES DEPENDS otbSARTopographicPhaseTestOutput_CSKReunion.tif)
+set_tests_properties(otbSARCompensatedComplex_CSKReunion PROPERTIES DEPENDS otbSARCoRegistration_CSKReunion)
+set_tests_properties(otbSARCompensatedComplex_CSKReunion PROPERTIES DEPENDS otbSARTopographicPhase_CSKReunion)
 
 otb_test_application(NAME otbSARPhaseFiltering_CSKReunion
                     APP  SARPhaseFiltering
@@ -473,7 +473,7 @@ otb_test_application(NAME otbSARPhaseFiltering_CSKReunion
 		            -alpha 0.7
 			    -out ${OUTPUT_TEST}/otbSARPhaseFilteringTestOuput_CSKReunion.tif)
 
-set_tests_properties(otbSARPhaseFiltering_CSKReunion PROPERTIES DEPENDS otbSARComplexTestOutput_CSKReunion.tif)
+set_tests_properties(otbSARPhaseFiltering_CSKReunion PROPERTIES DEPENDS otbSARCompensatedComplex_CSKReunion)
 
 otb_test_application(NAME otbSARAddBandInterferogram_CSKReunion
                     APP  SARAddBandInterferogram
@@ -484,5 +484,5 @@ otb_test_application(NAME otbSARAddBandInterferogram_CSKReunion
                             -gain 0.1
 			    -out ${OUTPUT_TEST}/otbSARFilteredInterferogram_CSKReunion.tif)
 
-set_tests_properties(otbSARAddBandInterferogram_CSKReunion PROPERTIES DEPENDS otbSARComplexTestOutput_CSKReunion.tif)
-set_tests_properties(otbSARAddBandInterferogram_CSKReunion PROPERTIES DEPENDS otbSARPhaseFilteringTestOuput_CSKReunion.tif)
+set_tests_properties(otbSARAddBandInterferogram_CSKReunion PROPERTIES DEPENDS otbSARCompensatedComplex_CSKReunion)
+set_tests_properties(otbSARAddBandInterferogram_CSKReunion PROPERTIES DEPENDS otbSARPhaseFiltering_CSKReunion)