diff --git a/Jenkinsfile b/Jenkinsfile index b799da595..58a0fc59f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -85,7 +85,8 @@ pipeline { sh 'docker network create e2e_default || true' sh 'rm -rf salix' sh 'git clone https://gitea.verdnatura.es/verdnatura/salix.git' - sh 'cd salix && pnpm i --offline @verdnatura/myt && npx myt run -t -d -n e2e_default' + sh 'cd salix && pnpm i --prefer-offline @verdnatura/myt && npx myt run -t -d -n e2e_default' + sh 'docker version' sh 'docker buildx build --file salix/back/Dockerfile -t back ./salix' sh 'docker run --net=e2e_default -v $(pwd)/test/cypress/storage:/salix/storage back' }