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