Fix stats

This commit is contained in:
Paweł Skórzewski 2024-03-20 15:02:07 +01:00
parent cb7e0ca5fe
commit 68ec510212
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ pipeline {
}
stage('Calculate stats') {
steps {
sh "dataset-stats.sh"
sh "./dataset-stats.sh"
}
}
}