diff --git a/Jenkinsfile b/Jenkinsfile index 225eb99..3662d8a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,8 +40,8 @@ pipeline { // Run tests using Docker Compose sh """ echo 'testing' - podman-compose -f ${PODMAN_COMPOSE_PATH}${PODMAN_COMPOSE_FILE} build - podman-compose -f ${PODMAN_COMPOSE_PATH}${PODMAN_COMPOSE_FILE} up --abort-on-container-exit + podman-compose -f podman-compose.yml build + podman-compose -f podman-compose.yml up --abort-on-container-exit """ } }