From 8720054117ba1f33a1ae7bba5ec537fb3918232e Mon Sep 17 00:00:00 2001 From: Schtil Date: Sun, 23 Feb 2025 18:08:16 +0000 Subject: [PATCH] update backend-checker --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2df4ac4..4b3f65f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,12 +41,12 @@ test: done - cd solution && docker compose up -d script: - - docker run -v $CI_PROJECT_DIR:/app/result --network host gitlab.prodcontest.ru:5050/2025-final-indiv-repos/backend-checker:v1.2 + - docker run -v $CI_PROJECT_DIR:/app --network host gitlab.prodcontest.ru:5050/2025-final-indiv-repos/backend-checker:v2.0 after_script: - cd solution && docker compose logs > ../compose.log && docker compose down artifacts: when: always access: 'developer' paths: - - total_stats.json + - events.csv - compose.log