diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000000000000000000000000000000000000..8f69a90eabde3d769aa3a7d5162803b7b0dedcc6
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,8 @@
+image: cypress/base:10
+stages:
+    -test
+test:
+    stage:test
+    script:
+        - npm install
+        - npx cypress run
\ No newline at end of file