diff --git a/Jenkinsfile b/Jenkinsfile index 12bccd4..2514921 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,5 @@ pipeline { - agent none + agent any stages { stage('pytest') { steps { @@ -13,4 +13,4 @@ pipeline { } } -} +} \ No newline at end of file