diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000000000000000000000000000000000000..9b7b9ba16a69ddc49aabb20f376ec15cab40cd2c
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,9 @@
+include:
+  - project: communications-backbone-system/backbone-infrastructure-config
+    ref: 1-gitlab-ci-migration
+    file: gitlab/all.yml
+
+variables:
+  DOCKER_IMAGE_NAME: backbone-adapter-javascript
+  CI_SKIP_RELEASE: 1
+  CI_SKIP_BUILD: 1
\ No newline at end of file