diff --git a/test/run_pytest.sh b/test/run_pytest.sh
index 24b78b05c3dea7a819401738357e98d70e2558c3..795fac5269d7fc04866cce62fdade9840cc0e656 100644
--- a/test/run_pytest.sh
+++ b/test/run_pytest.sh
@@ -1,7 +1,7 @@
 #!#bin/bash
-export PYTHONPATH=$WORKDIR/ambs/video_prediction_tools:$PYTHONPATH
+export PYTHONPATH=/p/project/deepacf/deeprain/langguth1/ambs/video_prediction_tools:$PYTHONPATH
 # Name of virtual environment 
-VIRT_ENV_NAME="vp_new_structure"
+VIRT_ENV_NAME="venv_juwels"
 
 
 if [ -z ${VIRTUAL_ENV} ]; then
@@ -10,7 +10,7 @@ if [ -z ${VIRTUAL_ENV} ]; then
       source ../video_prediction_tools/${VIRT_ENV_NAME}/bin/activate
    else
       echo "ERROR: Requested virtual environment ${VIRT_ENV_NAME} not found..."
-      exit 1
+      return
    fi
 fi