test: refs #6695 fix e2e command
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Alex Moreno 2025-01-31 13:39:36 +01:00
parent 3ad58311e2
commit 60430e4005
1 changed files with 1 additions and 2 deletions

3
Jenkinsfile vendored
View File

@ -124,8 +124,7 @@ pipeline {
}
stage('Run E2E') {
steps {
sh 'docker-compose docker-compose.e2e.yml build e2e'
sh 'docker-compose docker-compose.e2e.yml up e2e'
sh 'docker-compose -f docker-compose.e2e.yml up --build e2e'
}
}
}