diff --git a/Jenkinsfile b/Jenkinsfile
index c2739ddaab27b2abf5ef0e1880468a81d91081e1..7a937b1f8432ff87e0f78f1e0f94ec29df983b46 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -12,8 +12,8 @@ podTemplate(label: label,
     stage('Build a Node project') {
       git 'https://gitlab.mynisum.com/amenaafreen/node-app-test1.git'
       container('node') {
-         // sh 'npm config set cache /home/jenkins/workspace/${JOB_NAME}/npm-cache  && npm install'
-            sh 'npm config set cache npm-cache && npm install'
+         sh 'npm config set cache /home/jenkins/workspace/${JOB_NAME}/npm-cache  && npm install'
+          //  sh 'npm config set cache npm-cache && npm install'
 
       }
     }