diff --git a/src/pages/dashboard.py b/src/pages/dashboard.py
index 8761c1ad1f015680f30ad06bc94bd6b670377a1e..1033bd69936b60fef70049ac8cf06546e1decfbf 100644
--- a/src/pages/dashboard.py
+++ b/src/pages/dashboard.py
@@ -1342,7 +1342,7 @@ def ml_downscaling_output_download(download_button, job_dict, plot_dict):
             base_url = f"{UNICORE_BASE}JURECA/rest/core"
             credentials = uc_credentials.UsernamePassword(UNICORE_USER, UNICORE_PASSWORD)
             client = uc_client.Client(credentials, base_url)
-            job_description = {'Executable': f"/p/project/cjicg21/{UNICORE_USER}/downscaling_maelstrom/HPC_batch_scripts/inference_destine_test_{variable}.sh",
+            job_description = {'Executable': f"/p/project/cjicg21/{UNICORE_USER}/downscaling_destine_de370c/HPC_batch_scripts/inference_destine_test_{variable}.sh",
                                'Arguments': [ f"{jobnr.upper()}/CTM/", year, month, day ] }
             job = client.new_job(job_description)
             # wait for the job to finish: