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