diff --git a/Jenkinsfile b/Jenkinsfile index f97c922..bd87cc1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,6 +13,16 @@ pipeline { } stages { + + stage('setup') { + steps { + script { + sh 'pipenv install' + sh 'pipenv install --dev' + } + } + } + stage('migration') { steps { script {