Skip to content
Snippets Groups Projects
Commit 44470b95 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Update Jenkinsfile

parent e0dbc6e4
Branches
Tags
No related merge requests found
...@@ -10,7 +10,7 @@ node { ...@@ -10,7 +10,7 @@ node {
. env/bin/activate . env/bin/activate
pip install -r requirements.txt pip install -r requirements.txt
pip install selenium 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 collectstatic
#./manage.py test lmtweb.tests.MySeleniumTests.test_login #./manage.py test lmtweb.tests.MySeleniumTests.test_login
#./manage.py test #./manage.py test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment