My run.py includes the following line: `tc.set_sim_option("ghdl.gtkwave_script.gui", join(test_path, "gtkwave.tcl"))` which produces the following error message: `GTKWAVE | couldn't read file ""/home/docker/DDR3/src/test/gtkwave.tcl"": no such file or directory` Removing the extra quotes below solves the problem: https://github.com/VUnit/vunit/blob/3de8d229ca7b4ba3db395f3981a3ea107cf67c72/vunit/ghdl_interface.py#L277