diff --git a/Jenkinsfile_evaluation b/Jenkinsfile_evaluation index 9f3c189..1113cb5 100644 --- a/Jenkinsfile_evaluation +++ b/Jenkinsfile_evaluation @@ -32,7 +32,7 @@ pipeline { stage('Evaluation') { steps { sh 'buildNumber=$(echo $BUILD_NUMBER)' - sh 'python3 "./lab06-eval.py $buildNumber"' + sh "python3 ./lab06-eval.py $buildNumber" sh 'python3 "./lab06-plot.py"' sh 'python3 "./lab07_sacred01.py"' sh 'python3 "./lab07_sacred02.py"'