From 3fb15d915237c123b9b984355bd00eaa00108b04 Mon Sep 17 00:00:00 2001
From: Chad Leong <cleong4@slb.com>
Date: Fri, 28 Feb 2025 11:49:11 +0000
Subject: [PATCH] Revert "Merge branch 'cimpl-unit' into 'master'"

This reverts merge request !410
---
 .gitlab-ci.yml                                | 2 +-
 devops/core-plus/pipeline/override-stages.yml | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cda52f4b..da1e3e9a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -66,7 +66,7 @@ include:
     file: "cloud-providers/azure.yml"
 
   - project: "osdu/platform/ci-cd-pipelines"
-    file: "cloud-providers/cimpl-global.yml"
+    file: "cloud-providers/core-global.yml"
 
   - local: "devops/gc/pipeline/override-stages.yml"
   
diff --git a/devops/core-plus/pipeline/override-stages.yml b/devops/core-plus/pipeline/override-stages.yml
index 6c357600..904a4242 100644
--- a/devops/core-plus/pipeline/override-stages.yml
+++ b/devops/core-plus/pipeline/override-stages.yml
@@ -1,8 +1,8 @@
 variables:
-  CIMPL_SERVICE: unit
-  CIMPL_INT_TEST_TYPE: python
-  CIMPL_BAREMETAL_PYTHON_INT_TEST_SUBDIR: testing/unit_test_baremetal
+  CORE_SERVICE: unit
+  CORE_INT_TEST_TYPE: python
+  CORE_BAREMETAL_PYTHON_INT_TEST_SUBDIR: testing/unit_test_baremetal
 
-cimpl-containerize-gitlab:
+core-containerize-gitlab:
   needs:
     - "compile-and-unit-test"
-- 
GitLab