diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000000000000000000000000000000000000..933e90aa371eb8563aa34ffc24798a67e98f152f
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,12 @@
+include:
+  - project: pole-is/tools/ci-config
+    ref: "4.0.2"
+    file: /packagist-ci.yml
+
+test:
+  tags: [docker]
+  parallel:
+    - COMPOSER_MAJOR: "1"
+    - COMPOSER_MAJOR: "2"
+  image: composer:${COMPOSER_MAJOR}
+  script: composer install --ignore-platform-reqs