Allow test jobs on slower slaves

Change-Id: I3017852fd18fff7416fd3380b15f4c941de393e3
diff --git a/test-salt-formulas-pipeline.groovy b/test-salt-formulas-pipeline.groovy
index d305b16..d088030 100644
--- a/test-salt-formulas-pipeline.groovy
+++ b/test-salt-formulas-pipeline.groovy
@@ -27,7 +27,7 @@
 
 def checkouted = false;
 
-node("python&&docker") {
+node("python") {
   try{
     stage("stop old tests"){
       if (gerritRef) {
diff --git a/test-salt-models-pipeline.groovy b/test-salt-models-pipeline.groovy
index 72966f5..fe08e75 100644
--- a/test-salt-models-pipeline.groovy
+++ b/test-salt-models-pipeline.groovy
@@ -30,7 +30,7 @@
 }
 def checkouted = false
 def merged = false
-node("python&&docker") {
+node("python") {
   try{
     stage("stop old tests"){
       if (gerritRef) {