diff --git a/Jenkinsfile b/Jenkinsfile index e9998f5..749922c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,7 +7,10 @@ pipeline { stages { stage("install_dep") { - sh "pip install -r requirements/dev.txt" + steps { + sh "pip install -r requirements/dev.txt" + } + } } } \ No newline at end of file