diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index da1e3e9a310f0ce23802cc8cc2ad27d834f49091..cda52f4b11498de737bb25595aabd4ce282d1433 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/core-global.yml" + file: "cloud-providers/cimpl-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 904a42421d86a97213d31f998ab228bde1cf7b84..6c357600306ee584cb4a5a9763cff9b110cab7ef 100644 --- a/devops/core-plus/pipeline/override-stages.yml +++ b/devops/core-plus/pipeline/override-stages.yml @@ -1,8 +1,8 @@ variables: - CORE_SERVICE: unit - CORE_INT_TEST_TYPE: python - CORE_BAREMETAL_PYTHON_INT_TEST_SUBDIR: testing/unit_test_baremetal + CIMPL_SERVICE: unit + CIMPL_INT_TEST_TYPE: python + CIMPL_BAREMETAL_PYTHON_INT_TEST_SUBDIR: testing/unit_test_baremetal -core-containerize-gitlab: +cimpl-containerize-gitlab: needs: - "compile-and-unit-test"