diff --git a/server/calc_model/stub/stub.json b/server/stub/stub.json
similarity index 100%
rename from server/calc_model/stub/stub.json
rename to server/stub/stub.json
diff --git a/server/calc_model/stub/stub.py b/server/stub/stub.py
similarity index 87%
rename from server/calc_model/stub/stub.py
rename to server/stub/stub.py
index c5173747b27b5d4006674d365071cd99fda930d4..cac8d74f17f01e3bcf8a9f3f7a2f14b6f632d616 100644
--- a/server/calc_model/stub/stub.py
+++ b/server/stub/stub.py
@@ -1,5 +1,5 @@
 import sys
-sys.path.append('../..')  # Add root directory to the system path
+sys.path.append('..')  # Add root directory to the system path
 from server import DataPoint
 
 # Test instances