From cd3984c6a6197f45822a35b95b34479d90337d38 Mon Sep 17 00:00:00 2001
From: Denis Arrivault <denis.arrivault@lif.univ-mrs.fr>
Date: Thu, 27 Apr 2017 19:19:08 +0200
Subject: [PATCH] Remove test job

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 272985f..0f38008 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,19 +33,19 @@ build:
     - pip3 install -e .
 
 # Tests 
-test:
-  stage: test
-  tags:
-    - docker
-  script:
-    - pip3 install -e .
-    - nosetests
-  artifacts:
-    when: always
-    untracked: true
-    paths:
-      - build/
-    expire_in: 8d
+#test:
+#  stage: test
+#  tags:
+#    - docker
+#  script:
+#    - pip3 install -e .
+#    - nosetests
+#  artifacts:
+#    when: always
+#    untracked: true
+#    paths:
+#      - build/
+#    expire_in: 8d
 
 # Doc generation
 pages:
-- 
GitLab