diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000000000000000000000000000000000000..0498a9a5ed60294a7ba47b3f5d4ec1952f2ec0b0
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,16 @@
+image: ubuntu:18.04
+
+stages:
+    - tests
+
+unitTests:
+    stage: tests
+    script: 
+        - apt-get update
+        - apt-get -y install curl
+        - apt-get -y install unzip
+        - bash gut_ci.sh
+    only:
+        - unit-tests
+    variables: 
+        ErrorActionPreference: stop