diff --git a/Jenkinsfile b/Jenkinsfile
index 76ea3dec6e4ea27dfe6ee95b89573d5d5e639ce4..01586c167820b06e91051cc494e0e3fa4015cf67 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -10,7 +10,7 @@ node {
             . env/bin/activate
             pip install -r requirements.txt
             pip install selenium
-            cp lmtweb/local_settings_sample.py lmtweb/local_settings.py
+            cp VIPSWeb/local_settings_sample.py VIPSWeb/local_settings.py
             ./manage.py collectstatic
             #./manage.py test lmtweb.tests.MySeleniumTests.test_login
             #./manage.py test