diff --git a/Jenkinsfile b/Jenkinsfile
index 812cb16..c860c42 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -13,7 +13,7 @@ node {
       // Run Base Container
       // sh 'bin/run.sh'
     } catch(error) {
-      def error_details = readFile('./bin/debug');
+      def error_details = readFile('./debug');
       def message = "BUILD ERROR: There was a problem building the Base Image. \n\n ${error_details}"
       sh "rm -f ./debug"
       handleError(message)