diff --git a/Jenkinsfile b/Jenkinsfile index 6f9ec253f8c..96aafe62d9e 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 up -d --build front' + sh 'docker-compose -f docker-compose.e2e.yml build --progress=plain front' + sh 'docker-compose -f docker-compose.e2e.yml up -d front' } } // stage('Build Cypress') {