From 729c5856d607dcf999eed6b8b85abe17ee58962d Mon Sep 17 00:00:00 2001
From: laurentheirendt <laurent.heirendt@uni.lu>
Date: Sat, 19 Jan 2019 14:47:35 +0100
Subject: [PATCH] change coffee script

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 949d0058..dc307f1b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,7 +23,7 @@ sample_deploy:
   only:
     - gitlab-pages
   script:
-    - grunt build #babel uglify:dist
+    - grunt dist
   artifacts:
     paths:
       - dist/
-- 
GitLab