From fc6581a0919d76736b52e3cccf85d0908eeb2ec3 Mon Sep 17 00:00:00 2001 From: Slava Date: Thu, 7 Mar 2024 20:15:18 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 84b86a7..5754200 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,4 +8,5 @@ qodana: variables: QODANA_TOKEN: $qodana_token script: + - print $qodana_token - qodana --save-report --results-dir=$CI_PROJECT_DIR/.qodana \ No newline at end of file