diff --git a/image_processing/build_dataset.py b/image_processing/build_dataset.py
index 481ad604ddada52515d1119803a4f9bf84e44f7a..57e8ccc04fb3d500a10d60ef423a8f5d0ac0efd0 100644
--- a/image_processing/build_dataset.py
+++ b/image_processing/build_dataset.py
@@ -7,7 +7,7 @@ import numpy as np
 import matplotlib.image as mpimg
 import sys
 
-sys.path.append('../pyRawMSDataReader')
+sys.path.append(os.getcwd())
 from pyRawMSDataReader.pyRawMSDataReader.WiffFileReader_py import WiffFileReader