diff --git a/Jenkinsfile b/Jenkinsfile index a6784e9110e..d22d42ca15b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -83,7 +83,7 @@ pipeline { // sh 'docker-compose -f docker-compose.e2e.yml up front' sh 'rm -rf salix' sh 'git clone https://gitea.verdnatura.es/verdnatura/salix.git' - sh 'cd salix && && pnpm i @verdnatura/mytnpx myt run -t -d' + sh 'cd salix && pnpm i @verdnatura/myt && npx myt run -t -d' } post { always {