diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000000000000000000000000000000000000..af88ad1aa9e8227505ce8b90b7d18a8bacf38b8f
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,19 @@
+image: debian:testing
+
+stages:
+  - test
+
+.tags: &tags
+  tags:
+    - general
+
+before_script:
+  - apt-get -y update
+  - apt-get -y install nim
+
+build_bin:
+    tags:
+        - general
+    stage: test
+    script:
+        - nimble test