From 1a821b41f390c50369035e61574cdb9f93d0939f Mon Sep 17 00:00:00 2001
From: Yauheni Rykhter <yauheni_rykhter@epam.com>
Date: Fri, 14 Feb 2025 12:41:35 +0400
Subject: [PATCH] add GSA_TEST_ENABLED variable

---
 devops/core-plus/pipeline/override-stages.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devops/core-plus/pipeline/override-stages.yml b/devops/core-plus/pipeline/override-stages.yml
index 1a0a49ee0..689963d12 100644
--- a/devops/core-plus/pipeline/override-stages.yml
+++ b/devops/core-plus/pipeline/override-stages.yml
@@ -1,5 +1,6 @@
 variables:
   CORE_SERVICE: notification
+  GSA_TEST_ENABLED: "true"
 
 core-test:
   variables:
-- 
GitLab