diff --git a/Multibranch-Evaluation b/Multibranch-Evaluation index a6bdb79..1e0ba4f 100644 --- a/Multibranch-Evaluation +++ b/Multibranch-Evaluation @@ -34,8 +34,9 @@ pipeline { } } steps { - sh 'python ./ium_z434686/predict.py' - archiveArtifacts 'prediction.csv' + sh 'ls -a' + sh 'python ./ium_z434686/predict.py' + archiveArtifacts 'prediction.csv' } } stage('clear_after') {