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