diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cda52f4b11498de737bb25595aabd4ce282d1433..da1e3e9a310f0ce23802cc8cc2ad27d834f49091 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 6c357600306ee584cb4a5a9763cff9b110cab7ef..904a42421d86a97213d31f998ab228bde1cf7b84 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"