From 71667846e522c939786a7bcc9ac12a412b8d1cbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Wed, 12 Dec 2018 15:11:50 +0100 Subject: [PATCH] For the time being, allow failures in Octave testsuite --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 01261945e..408d192e8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -67,6 +67,7 @@ testsuite_matlab: when: always dependencies: - build_binaries + allow_failure: true testsuite_octave_auto: extends: .testsuite_octave_template