RAT-271: Run on all nodes
diff --git a/Jenkinsfile b/Jenkinsfile
index dc832f4..1fef19b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -19,11 +19,7 @@
  */
 pipeline {
 
-    agent {
-        node {
-            label 'ubuntu'
-        }
-    }
+    agent any
 
     environment {
         // It seems the login the jenkins slave uses, doesn't pick up the environment changes,