diff --git a/Jenkinsfile b/Jenkinsfile index d22d42ca1..e40e4a2be 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -84,6 +84,12 @@ pipeline { sh 'rm -rf salix' sh 'git clone https://gitea.verdnatura.es/verdnatura/salix.git' sh 'cd salix && pnpm i @verdnatura/myt && npx myt run -t -d' + sh 'docker-compose -f salix/docker-compose.yml build back && \ + docker-compose -f salix/docker-compose.yml run -d --service-ports \ + --network e2e_network \ + -v $(pwd)/test/cypress/storage:/salix/storage \ + back + ' } post { always {