diff --git a/Jenkinsfile b/Jenkinsfile index 1e2af5402..50e7ec0dd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,7 +40,7 @@ pipeline { } }, "performance-tests": { - node("build") { + node("test") { echo "performance tests" sleep 20 }