diff --git a/Jenkinsfile b/Jenkinsfile index 489e75b8c..76d282492 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -128,8 +128,8 @@ pipeline { } stage('Frontend') { steps { - sh 'docker build -f Dockerfile.e2e -t front .' - // sh 'docker-compose -f docker-compose.e2e.yml build' + // sh 'docker build -f Dockerfile.e2e -t front .' + sh 'docker-compose -f docker-compose.e2e.yml build' sh 'docker-compose -f docker-compose.e2e.yml up -d front_e2e' } }