From 383acba443091c963e5e1371fc1c5def67ca8b74 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Mon, 5 Aug 2024 12:20:27 +0000 Subject: [PATCH] dev: added qodana, trying it out --- .gitlab-ci.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index be04a8072..9448a3f25 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -165,3 +165,16 @@ docker-build: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_TAG exists: - Dockerfile + +qodana: + stage: test + image: + name: jetbrains/qodana-dotnet:latest + entrypoint: [""] + variables: + QODANA_TOKEN: $qodana_token + script: + - qodana + artifacts: + paths: + - qodana \ No newline at end of file