diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000000000000000000000000000000000000..4393b77936215c6208a6110ad32a590f356083fe
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,19 @@
+include:
+  - project: 'osdu/platform/ci-cd-pipelines'
+    ref: 'master'
+    file: 'standard-setup.yml'
+
+  - project: 'osdu/platform/ci-cd-pipelines'
+    ref: 'master'
+    file: 'build/maven.yml'
+
+  - project: 'osdu/platform/ci-cd-pipelines'
+    ref: 'master'
+    file: 'scanners/fossa.yml'
+
+  - project: 'osdu/platform/ci-cd-pipelines'
+    ref: 'master'
+    file: 'scanners/gitlab-ultimate.yml'
+
+.maven:
+  image: maven:3.6.3-jdk-11