From c196c0a10491432a6af64d001999ac445bc841f1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Adjemian?= <stepan@dynare.org>
Date: Sat, 15 Sep 2018 12:31:34 +0000
Subject: [PATCH] Removed calls to success.sh script in gitlab-ci configuration
 file.

---
 .gitlab-ci.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8dd8af0..267ee4b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,7 +9,6 @@ testsuite_matlab:
   stage: test
   script:
     - make check-matlab
-    - ./success.sh
 
 testsuite_octave:
   stage: test
@@ -17,4 +16,3 @@ testsuite_octave:
     OPENBLAS_NUM_THREADS: 1
   script:
     - make check-octave
-    - ./success.sh
-- 
GitLab