diff --git a/.gitlab-ci b/.gitlab-ci
new file mode 160000
index 0000000000000000000000000000000000000000..939ade2b9f98b3e1569332270a7ab16ce7d70b4a
--- /dev/null
+++ b/.gitlab-ci
@@ -0,0 +1 @@
+Subproject commit 939ade2b9f98b3e1569332270a7ab16ce7d70b4a
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000000000000000000000000000000000000..a3b42da1cd2a63e231b6d9ef948d2aea84821118
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,12 @@
+---
+# ---------------------------------------------------------------------------------------
+# Include the default CI steps from the gitlab-ci repo
+# ---------------------------------------------------------------------------------------
+include:
+  - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
+    ref: 939ade2b9f98b3e1569332270a7ab16ce7d70b4a
+    file: 'manifest-integration.yml'
+
+variables:
+  GITLAB_CI_REVISION: 939ade2b9f98b3e1569332270a7ab16ce7d70b4a
+  BB_RECIPE_NAME: secure-element-examples
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000000000000000000000000000000000000..56ac8dd54c15ea2144e7dabe183b13272f48f780
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule ".gitlab-ci"]
+	path = .gitlab-ci
+	url = ../../yocto/infrastructure/gitlab-ci.git