From 12ef6cf180318b7f6058e6e48f4349b45e53dc02 Mon Sep 17 00:00:00 2001 From: Slava Date: Mon, 11 Mar 2024 22:12:31 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 01c3f4c..89fa01c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ stages: - 'test' - 'code_quality' - - 'pull' + - 'deploy' sast: stage: 'test' @@ -45,7 +45,7 @@ qodana: - ".qodana/results/" -job: +push: stage: 'deploy' image: 'alpine' needs: ['qodana']