diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 14c46b09b218525b0f0ec5b1c6fee69eefc07e5b..913d57500d2f9a6b5d68b458ef603c741f615154 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,3 +1,9 @@
+variables:
+  AWS_BUILD_SUBDIR: provider/partition-aws/build-aws
+  AWS_TEST_SUBDIR: testing/partition-test-aws
+  AWS_SERVICE: partition
+  AWS_ENVIRONMENT: dev
+
 include:
   - project: "osdu/platform/ci-cd-pipelines"
     file: "standard-setup.yml"
@@ -10,3 +16,6 @@ include:
 
   - project: "osdu/platform/ci-cd-pipelines"
     file: "scanners/fossa.yml"
+
+  - project: 'osdu/platform/ci-cd-pipelines'
+    file: 'cloud-providers/aws.yml'
\ No newline at end of file