diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000000000000000000000000000000000000..ec20a94eda18bbac6293a9c332b97b8757a18023
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,6 @@
+default:
+  image: python:3-slim
+test:
+  script:
+   - pip install -r requirements.txt
+   - pytest 
\ No newline at end of file