diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000000000000000000000000000000000000..3472f798417849a3e8c9c1dae7bf21c1b5b82768
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,13 @@
+build_hello:
+  stage: build
+  tags:
+    - shell
+  script:
+    - make
+
+test_hello:
+  stage: test
+  tags:
+    - shell
+  script:
+    - make test