diff --git a/conf/configuration.properties b/conf/configuration.properties
index 1b169f2d8b7f08ea1b8bceb1e72d7bef1ada8f73..45befbd2d24a5908afdd9b93edc2c5d5d22ca2c7 100644
--- a/conf/configuration.properties
+++ b/conf/configuration.properties
@@ -4,7 +4,7 @@ s2_folder = S2A_MSIL2A_20201129T110421_N0214_R094_T30TXQ_20201129T135030.SAFE
 
 
 # Outputs
-output = /projects/data/read_s2/
+output = /tmp/data/read_s2/
 bands_10m = Bands_10m.pkl
 bands_20m = Bands_20m.pkl
 bands_60m = Bands_60m.pkl
diff --git a/src/read_s2.py b/src/read_s2.py
index 38836990d73bdabe7dc2f3c9b6de1769a4a083d6..bb0d9789a6ee00caa0ae72c6dab9afcd986b3a52 100644
--- a/src/read_s2.py
+++ b/src/read_s2.py
@@ -5,7 +5,7 @@ if __name__ == '__main__':
 ##########################################################################        
     import os, sys, fnmatch
     import numpy as np
-    os.sys.path.append('/projects/read_s2/src')
+    os.sys.path.append('/tmp/read_s2/src')
     import re
     
     from properties.p import Property