From 877b62118c66d7cdeb51252eca9da0369830776e Mon Sep 17 00:00:00 2001 From: Ivan Nikolaev-Axenov Date: Wed, 17 Jul 2024 16:46:44 +0300 Subject: [PATCH] .gitlab-ci.yml updated v120 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 849ab930e..1c26f23c8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -51,7 +51,7 @@ test: expire_in: 1 day when: always paths: - - $CI_PROJECT_DIR/ + - $CI_PROJECT_DIR/clr_test/mnt collect_results: stage: collect_results @@ -61,4 +61,4 @@ collect_results: name: "$CI_COMMIT_REF_NAME" expire_in: 1 day paths: - - $CI_PROJECT_DIR/ \ No newline at end of file + - $CI_PROJECT_DIR/clr_test/mnt \ No newline at end of file