diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000000000000000000000000000000000000..864a32b48bdaea9aa631d6baa0da01a87b622e52
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,9 @@
+test-centos7:
+  image: centos:centos7
+  stage: test
+  script:
+  - yum install -y epel-release
+  - yum install install -y python35-pip python35-devel
+  - cd ippisite
+  - pip3 install -r requirements.txt
+  - python3 manage.py test
\ No newline at end of file