diff --git a/Jenkinsfile_evaluation b/Jenkinsfile_evaluation index 930ab57..50120b0 100644 --- a/Jenkinsfile_evaluation +++ b/Jenkinsfile_evaluation @@ -28,9 +28,9 @@ pipeline { } stage('evaluation') { steps { - sh 'chmod +x tensor-eval.py' - sh 'python3 tensor-eval.py $BUILD_NUMBER >> evaluation.txt' - sh 'python3 tensor-plot.py' + sh 'chmod +x ./tensor-eval.py' + sh 'python3 ./tensor-eval.py $BUILD_NUMBER >> evaluation.txt' + sh 'python3 ./tensor-plot.py' } } stage('archiveArtifacts') {