diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000000000000000000000000000000000000..eab56264b313b1ad1ab2cff00f8b7ffde642ab7b
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,12 @@
+stages:
+  - test
+
+test:
+  stage: test
+  image: composer:latest
+  script:
+    - composer install --prefer-dist --no-ansi --no-progress --no-suggest --no-interaction
+  cache:
+    paths:
+      - vendor/
+      - app/