diff --git a/Jenkinsfile b/Jenkinsfile
index c223460e8b3f8defbe32695e7e8aca82cd7abe33..527f988483b90a1cfa10e5b997899205a09e4198 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -24,7 +24,7 @@ pipeline {
             steps{
                 sh label: '', script: '''npm install --production
 npm install react-scripts -g --silent
-npm run build'''
+CI=false npm run build'''
             }
         }
         stage("Building Frontend Image"){
@@ -54,4 +54,4 @@ docker tag novisync-web-react-front-prod:v1 docker-registry-server:5000/novisync
 def getDockerTag(){
     def tag = sh script: ' git rev-parse HEAD', returnStdout: true
     return tag
-}
\ No newline at end of file
+}