@ -1,5 +1,5 @@
pipeline {
agent none
agent any
stages {
stage('pytest') {
steps {
@ -13,4 +13,4 @@ pipeline {
}