diff --git a/Jenkinsfile b/Jenkinsfile index 9ea49ff..28774d4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -37,7 +37,7 @@ pipeline { steps { script { // Run tests using Docker Compose - sh "podman-compose -f ~/projects/p00003/podman-compose.yml up --abort-on-container-exit" + sh "podman-compose -f '/home/v/projects/p00003/podman-compose.yml' up --dry-run" } } }