node {
    stage "Checkout"
    checkout scm
    stage "make migrations"
    sh "python kontor/manage.py makemigrations"
    stage "execute tests"
<<<<<<< HEAD
    sh "python kontor/manage.py test comics library medien tradingcards homeoffice"
=======
    sh "python kontor/manage.py test commics library medien tradingcards homeoffice"
>>>>>>> add tests
}

