diff --git a/Jenkinsfile b/Jenkinsfile
index 059c0021fc9db9c5815db146687472f1320409fc..626996020371c20b27851506e39bcb370fcfe84a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -116,7 +116,7 @@ pipeline {
                         onlyStable: false, 
                         sourceEncoding: 'ASCII', 
                         zoomCoverageChart: false,
-                        lineCoverageTargets: "90.0, 0, 0"])
+                        lineCoverageTargets: "0.0, 0, 0"])
                     archiveArtifacts 'coverage.xml'
                 }
             }
@@ -129,6 +129,7 @@ pipeline {
                 archiveArtifacts 'p*.*'
                 archiveArtifacts 'test-reports/*.*'
                 junit 'test-reports/*.xml'
+                recordIssues enabledForFailure: true, tools: [pyLint(pattern: 'pylint.txt'), pep8(pattern: 'pycodestyle.txt')], qualityGates: [[threshold: 1, type: 'TOTAL', unstable: true]]
             }
         }
         aborted {