diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 76de697..a5db219 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,10 +7,7 @@ stages: - deploy variables: - BASE_IMAGE_NAME: $CI_REGISTRY_IMAGE - TRIVY_CACHE_DIR: .cache/trivy - TRIVY_NO_PROGRESS: "true" - TRIVY_TIMEOUT: "10m0s" + BASE_IMAGE_NAME: $CI_REGISTRY_IMAGEstarting) 5432 TRIVY_USERNAME: $CI_REGISTRY_USER TRIVY_PASSWORD: $CI_REGISTRY_PASSWORD TRIVY_REGISTRY: $CI_REGISTRY @@ -256,6 +253,7 @@ test: ( while true; do podman-compose -f compose.yaml $PROFILES logs 2>&1 + echo aboba sleep 30 done ) | grep "Error: no container" -v | tee -a compose.log &