From 18ea456bd95c47e273ddf50df38b69dc28415acd Mon Sep 17 00:00:00 2001 From: Schtil Date: Fri, 21 Feb 2025 08:02:18 +0000 Subject: [PATCH] add compose log to artifacts --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7affe27..cf23535 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,8 @@ test: script: - docker run -v $CI_PROJECT_DIR:/app/result --network host gitlab.prodcontest.ru:5050/2025-final-indiv-repos/backend-checker:v1.2 after_script: - - cd solution && docker compose down + - cd solution && docker compose logs > ../compose.log && docker compose down artifacts: paths: - total_stats.json + - compose.log