From 271483ccc1e7afd0c8d0f73dd2418818ab4ccc7a Mon Sep 17 00:00:00 2001
From: "orestis.malaspin" <orestis.malaspinas@hesge.ch>
Date: Wed, 13 Jun 2018 20:27:22 +0200
Subject: [PATCH] Add .gitlab-ci.yml

---
 .gitlab-ci.yml | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 .gitlab-ci.yml

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..cda325c
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,8 @@
+image: omalaspinas/archlinux-pandoc
+
+build:
+  script:
+    - make
+  artifacts:
+    paths:
+      - "*.html"
-- 
GitLab