diff --git a/dawn-client/testing b/dawn-client/testing
index 28baefa5c6a68285d3a68a8cd8cdccab55bc325a..8b4518db2c7cdb62a16b46c1ca4ff3b18bde10d3 100644
--- a/dawn-client/testing
+++ b/dawn-client/testing
@@ -1,8 +1,6 @@
 pipeline {
   agent {label "node2"}
-  tools {
-        go 'go-1.16'
-  }
+  tools {nodejs "node"}
   stages {
       
     stage('build') {