diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5329998..9fdff13 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -255,8 +255,8 @@ test: - | ( while true; do - podman-compose -f compose.yaml $PROFILES logs -f 2>&1 - sleep 1 + podman-compose -f compose.yaml $PROFILES logs 2>&1 + sleep 30 done ) | grep "Error: no container" -v | tee -a compose.log & - LOGS_PID=$! diff --git a/infrastructure/configs/podman/ci.conf b/infrastructure/configs/podman/ci.conf index fa33b99..e490b94 100644 --- a/infrastructure/configs/podman/ci.conf +++ b/infrastructure/configs/podman/ci.conf @@ -1,3 +1,3 @@ [engine] +log_driver = "k8s-file" events_logger = "file" -log_driver="k8s-file"