diff --git a/resources/test/instances/contiguous_lines_debug_instance/graph.dat b/resources/test/instances/contiguous_lines_debug_instance/graph.dat
new file mode 100644
index 0000000000000000000000000000000000000000..67e8ad8b90a0df3d0b1cece891aeefd48d2b677e
--- /dev/null
+++ b/resources/test/instances/contiguous_lines_debug_instance/graph.dat
@@ -0,0 +1,24 @@
+#Params (seed)
+123456789
+#Nodes format : status,x,y
+,0,7
+,1,6
+,2,5
+,3,4
+,4,3
+,5,2
+,6,1
+,7,0
+#Edges format : node_in,node_out,length
+0,1,1
+1,2,1
+2,3,2
+2,4,4
+4,5,2
+5,6,3
+6,7,2
+#PT line format : freq (min), start_time, end_time, node_1, ..., node_n
+15,340,560,3,4,5,6
+15,340,560,6,5,4,3
+30,360,580,2,3,4,5,6,7
+30,240,580,7,6,5,4,3,2
\ No newline at end of file
diff --git a/resources/test/instances/two_lines_debug_instance/PT_lines.csv b/resources/test/instances/two_lines_debug_instance/PT_lines.csv
deleted file mode 100644
index b740b9ccbdfa66754c75085d14ba65977081fcc8..0000000000000000000000000000000000000000
--- a/resources/test/instances/two_lines_debug_instance/PT_lines.csv
+++ /dev/null
@@ -1,2 +0,0 @@
-#freq (min), start_time, node_1, ..., node_n
-15,340,3,4,5,6
\ No newline at end of file
diff --git a/resources/test/instances/two_lines_debug_instance/edges.csv b/resources/test/instances/two_lines_debug_instance/edges.csv
deleted file mode 100644
index e4106679957909fbfdbacebff93dfe8cad92dc4d..0000000000000000000000000000000000000000
--- a/resources/test/instances/two_lines_debug_instance/edges.csv
+++ /dev/null
@@ -1,8 +0,0 @@
-#node_in,node_out,length
-0,1,1
-1,2,1
-2,3,2
-2,4,4
-4,5,2
-5,6,3
-6,7,2
\ No newline at end of file
diff --git a/resources/test/instances/two_lines_debug_instance/nodes.csv b/resources/test/instances/two_lines_debug_instance/nodes.csv
deleted file mode 100644
index 3d925db84f69f513f8b7e99a539d9cddd9574abe..0000000000000000000000000000000000000000
--- a/resources/test/instances/two_lines_debug_instance/nodes.csv
+++ /dev/null
@@ -1,9 +0,0 @@
-#status,x,y
-,0,7
-,1,6
-,2,5
-,3,4
-,4,3
-,5,2
-,6,1
-,7,0
\ No newline at end of file
diff --git a/resources/test/instances/two_lines_debug_instance/params b/resources/test/instances/two_lines_debug_instance/params
deleted file mode 100644
index fac53052558e285176cbcb3357042664dc1c7bf9..0000000000000000000000000000000000000000
--- a/resources/test/instances/two_lines_debug_instance/params
+++ /dev/null
@@ -1 +0,0 @@
-seed=123456789
\ No newline at end of file