diff --git a/Modules/Applications/AppImageUtils/test/CMakeLists.txt b/Modules/Applications/AppImageUtils/test/CMakeLists.txt
index 7215ae5f70fc93275c74c1bd320f94ac6b9e8543..d2852f4d46be0c1a130e293c101fdd1934e60aae 100644
--- a/Modules/Applications/AppImageUtils/test/CMakeLists.txt
+++ b/Modules/Applications/AppImageUtils/test/CMakeLists.txt
@@ -36,7 +36,7 @@ otb_test_application(NAME apTvUtConvertBasic
                      OPTIONS -in ${INPUTDATA}/QB_Toulouse_Ortho_XS.tif
                              -out ${TEMP}/apTvUtConvertBasicOutput.tif float
                      VALID   --compare-image ${NOTOL}
-                             ${INPUTDATA}/apTvUtConvertBasicOutput.tif
+                             ${OTBAPP_BASELINE}/apTvUtConvertBasicOutput.tif
                 	     ${TEMP}/apTvUtConvertBasicOutput.tif
 )
 
@@ -52,7 +52,7 @@ otb_test_application(NAME apTvUtConvertWithScaling
                              -out ${TEMP}/apTvUtConvertWithScalingOutput.tif
                              -type linear
                      VALID   --compare-image ${NOTOL}
-                             ${INPUTDATA}/apTvUtConvertWithScalingOutput.tif
+                             ${OTBAPP_BASELINE}/apTvUtConvertWithScalingOutput.tif
                              ${TEMP}/apTvUtConvertWithScalingOutput.tif
 )
 
@@ -74,7 +74,7 @@ otb_test_application(NAME apTvUtConvertSelectChannels
                              -channels.rgb.blue 1
                              -type linear
                      VALID   --compare-image ${NOTOL}
-                             ${INPUTDATA}/apTvUtConvertSelectChannelsRgbOutput.tif
+                             ${OTBAPP_BASELINE}/apTvUtConvertSelectChannelsRgbOutput.tif
                              ${TEMP}/apTvUtConvertSelectChannelsRgbOutput.tif)
 
 otb_test_application(NAME apTvUtConvertMonoChannel
@@ -84,7 +84,7 @@ otb_test_application(NAME apTvUtConvertMonoChannel
                              -channels grayscale
                              -type linear
                      VALID   --compare-image ${NOTOL}
-                             ${INPUTDATA}/apTvUtConvertMonoChannelOutput.tif
+                             ${OTBAPP_BASELINE}/apTvUtConvertMonoChannelOutput.tif
                              ${TEMP}/apTvUtConvertMonoChannelOutput.tif)
 
 #----------- DynamicConvert TESTS ------------
@@ -98,7 +98,7 @@ otb_test_application(NAME apTvUtDynamicConvertBasic
                              -channels.rgb.green 3
                              -channels.rgb.blue 1
                      VALID   --compare-image ${NOTOL}
-                             ${INPUTDATA}/apTvUtConvertSelectChannelsRgbOutput.tif
+                             ${OTBAPP_BASELINE}/apTvUtConvertSelectChannelsRgbOutput.tif
                              ${TEMP}/apTvUtDynamicConvertOutput.tif)
 
 otb_test_application(NAME apTvUtDynamicConvertLog2
@@ -107,7 +107,7 @@ otb_test_application(NAME apTvUtDynamicConvertLog2
                              -out ${TEMP}/apTvUtDynamicConvertLog2Output.tif
                              -type log2
                      VALID   --compare-image ${NOTOL}
-                             ${INPUTDATA}/apTvUtDynamicConvertLog2Output.tif
+                             ${OTBAPP_BASELINE}/apTvUtDynamicConvertLog2Output.tif
                              ${TEMP}/apTvUtDynamicConvertLog2Output.tif)
 
 otb_test_application(NAME apTvUtDynamicConvertFloat
@@ -121,7 +121,7 @@ otb_test_application(NAME apTvUtDynamicConvertFloat
                              -quantile.low 0
                              -quantile.high 4
                      VALID   --compare-image ${NOTOL}
-                             ${INPUTDATA}/apTvUtDynamicConvertFloatOutput.tif
+                             ${OTBAPP_BASELINE}/apTvUtDynamicConvertFloatOutput.tif
                              ${TEMP}/apTvUtDynamicConvertFloatOutput.tif)
 
 #----------- PixelInfo TESTS ----------------