diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000000000000000000000000000000000000..aae8374ef7a103aba458e4c222a07b6e8fc19e50
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,15 @@
+image: lorisleiva/laravel-docker:latest
+
+npm:
+  stage: build
+  cache:
+    key: ${CI_COMMIT_REF_SLUG}-npm
+    paths:
+      - node_modules/
+  script:
+    - yarn install
+    - yarn build
+  artifacts:
+    expire_in: 1 month
+    paths:
+      - build/