diff --git a/theforeman.org/pipelines/infra/updateJobs.groovy b/theforeman.org/pipelines/infra/updateJobs.groovy index a34498d1..6d0ec796 100644 --- a/theforeman.org/pipelines/infra/updateJobs.groovy +++ b/theforeman.org/pipelines/infra/updateJobs.groovy @@ -1,5 +1,5 @@ pipeline { - agent { label 'fast' } + agent { label 'el' } stages { stage('Setup workspace') {