From 77195c9743cdaa706a60443e66119e4b8e9b0312 Mon Sep 17 00:00:00 2001
From: Alejandro Lopez Gestoso <alopez@iri.upc.edu>
Date: Tue, 19 Feb 2019 10:49:01 +0100
Subject: [PATCH] Commented from .gitlab-ci.yml the CTest related lines.

---
 .gitlab-ci.yml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f3252d4..0477a5a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,15 +13,15 @@ cmake-build:
       - bin/
       - lib/
     
-unit-test:
-  stage: test
-  script:
-    - cd Build
-    - ctest --timeout 15 --verbose -T test
-    - ctest --timeout 15 --verbose -T memcheck
-  artifacts:
-    paths:
-      - Build/
+# unit-test:
+#   stage: test
+#   script:
+#     - cd Build
+#     - ctest --timeout 15 --verbose -T test
+#     - ctest --timeout 15 --verbose -T memcheck
+#   artifacts:
+#     paths:
+#       - Build/
 
 coverage:
   stage: deploy
-- 
GitLab