From 44470b95e95624800bed1f3a9eb83967d6a214fa Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Fri, 20 Dec 2019 10:48:58 +0100
Subject: [PATCH] Update Jenkinsfile

---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 76ea3dec..01586c16 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 
-- 
GitLab