fix spelling scenarioTests

This commit is contained in:
Michael Hoennig 2024-11-05 11:54:15 +01:00
parent 125e2274e2
commit 8f45907f5d

2
Jenkinsfile vendored
View File

@ -40,7 +40,7 @@ pipeline {
stage ('Scenario-Tests') {
steps {
sh './gradlew scenrioTests'
sh './gradlew scenarioTests'
}
}
}