diff --git a/integration-tests/run.sh b/integration-tests/run.sh
index c1b546e79e290c86b1653dcc0312a2f68d8eb5b8..b4cf5e7c6da91808393e6c9d665d510415127d8e 100755
--- a/integration-tests/run.sh
+++ b/integration-tests/run.sh
@@ -359,7 +359,7 @@ function assert_correct_results {
     assert_dir_empty $DATA/analys-copy
     imgAnalys="$DATA/store-analys/Project_NEMO/Experiment_EXP1/ObservableType_IMAGE ANALYSIS/Barcode_3VCP1/1"
     assert_dir_exists "$imgAnalys"
-    rawData="$DATA/store-raw/Project_NEMO/Experiment_EXP1/ObservableType_IMAGE/Barcode_3VCP1/1"
+    rawData="$DATA/store-raw/3V/Project_NEMO/Experiment_EXP1/ObservableType_IMAGE/Barcode_3VCP1/1"
     assert_dir_exists "$rawData"
 }