Skip to content
Snippets Groups Projects
Commit c196c0a1 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Removed calls to success.sh script in gitlab-ci configuration file.

parent 59daae3b
Branches
Tags
No related merge requests found
...@@ -9,7 +9,6 @@ testsuite_matlab: ...@@ -9,7 +9,6 @@ testsuite_matlab:
stage: test stage: test
script: script:
- make check-matlab - make check-matlab
- ./success.sh
testsuite_octave: testsuite_octave:
stage: test stage: test
...@@ -17,4 +16,3 @@ testsuite_octave: ...@@ -17,4 +16,3 @@ testsuite_octave:
OPENBLAS_NUM_THREADS: 1 OPENBLAS_NUM_THREADS: 1
script: script:
- make check-octave - make check-octave
- ./success.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment