diff --git a/Jenkinsfile b/Jenkinsfile index e4040dd..e925914 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,11 +6,11 @@ pipeline { sh 'docker-compose build' } } - ///stage('Test') { - /// steps { + /*stage('Test') { + steps { sh 'docker-compose run --rm app python -m pytest' - /// } - ///} + } + }*/ stage('Deploy') { steps { sh 'docker-compose up -d'