From 1eff4cd19dd8ccde15e82eb6d21ac6e89de0efa3 Mon Sep 17 00:00:00 2001
From: Orestis Malaspinas <orestis.malaspinas@hesge.ch>
Date: Thu, 14 Jun 2018 12:37:17 +0200
Subject: [PATCH] updated gitlabco

---
 .gitlab-ci.yml | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 683a14b..14511c9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,13 @@
 image: omalaspinas/archlinux-pandoc:thirdtry
 
-build:
+build_only:
+  script:
+    - cd figs
+    - ./convert.sh
+    - cd ..
+    - make
+
+build_artifacts:
   script:
     - cd figs
     - ./convert.sh
@@ -14,4 +21,6 @@ build:
       - "reveal.js/plugin/highlight/highlight.js"
       - "js/remote-diagrams.js"
       - "reveal.js/plugin/notes/notes.js"
-      - "figs/ferris_animated.gif"
\ No newline at end of file
+      - "figs/ferris_animated.gif"
+  only:
+    - tags
-- 
GitLab