diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000000000000000000000000000000000000..2adf1ca9a3500f4d91147032385ea86e6891f77d
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,9 @@
+image: golang:1.7
+
+test:
+  type: test
+  script:
+    - mkdir -p /go/src/gitlab.com/lyda
+    - ln -s $PWD /go/src/gitlab.com/lyda/gqgmc
+    - cd /go/src/gitlab.com/lyda/gqgmc
+    - ./run_tests.sh