diff --git a/software/slaprunner/instance-runner.cfg b/software/slaprunner/instance-runner.cfg
index 98a61ef31b62a9c33be18d70a53d4ab9fd2af4a6..e80e32d31a1e07e2d346f2fb6b21c6bb4ef842a3 100644
--- a/software/slaprunner/instance-runner.cfg
+++ b/software/slaprunner/instance-runner.cfg
@@ -82,7 +82,7 @@ port = 4443
 wrapper = $${directory:services}/cloud9
 working-directory = $${runnerdirectory:home}
 git-binary = ${git:location}/bin/git
-node-binary = ${nodejs:location}/bin/node
+node-binary = ${nodejs-0.6:location}/bin/node
 cloud9 = ${cloud9:executable}
 
 [slaprunner]
@@ -194,7 +194,7 @@ context =
 	key backend_port nginx-frontend:port
 	raw shell_path ${bash:location}/bin/bash
 	raw node_env ${buildout:parts-directory}:${npm-modules:location}/node_modules
-	raw node_path ${nodejs:location}/bin/node
+	raw node_path ${nodejs-0.6:location}/bin/node
 	raw conf_path ${simple-proxy:location}/${simple-proxy:filename}
 
 #---------------------------