From c6dff571de6d74ce52ac58b59f45d646f4a7631a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Fri, 17 Sep 2021 18:07:10 +0200 Subject: [PATCH] CI: automatically run the testsuite against Octave --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 488b23e4b5..c84a421eb6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -156,7 +156,6 @@ test_octave: - tests/run_test_octave_output.txt when: always needs: [ "build_binaries" ] - when: manual test_dynare++: stage: test -- GitLab