diff --git a/integration-tests/run.sh b/integration-tests/run.sh
index 1dab53c5b85846c18faf37b090e81903c4e80cb7..2d8921b1947bb79fea551401f7fa3c7d4c731c5a 100755
--- a/integration-tests/run.sh
+++ b/integration-tests/run.sh
@@ -449,6 +449,10 @@ function generate_test_data {
     copy_test_data 3VCP4 $DIR
     sleep 30
     copy_test_data UnknownPlate $DIR
+    sleep 30
+    copy_test_data 3VCP3 $DATA
+    mv $DATA/3VCP3/TIFF/blabla_3VCP1_K13_8_w460.tif  $DATA/3VCP3/TIFF/blabla_3VCP3_K13_8_w460.tif
+    mv $DATA/3VCP3 $DIR 
 }