From 7331ffb002fa0505611cd66c26509bd4b6f1692c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?= <stepan@adjemian.eu> Date: Mon, 10 Feb 2020 17:00:43 +0100 Subject: [PATCH] Do not run unit tests with Octave. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5a83d21..93888de 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,3 +23,4 @@ test_octave: OPENBLAS_NUM_THREADS: 1 script: - make check-octave + when: manual -- GitLab