diff --git a/Jenkinsfile b/Jenkinsfile index 29a0df5..9b55c95 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { environment { DOCKER_IMAGE_PGADMIN = 'dpage/pgadmin4:latest' DOCKER_IMAGE_POSTGRES = 'postgres:16.6' - DOCKER_COMPOSE_FILE = 'podman-compose.yml' + DOCKER_COMPOSE_FILE = '/home/v/projects/p00003/podman-compose.yml' } stages {