diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5c22edae1c35c725fef8df244b93fa4c49ffaa0f..b00540c076d081359e383b3b95924d16420edd7c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,6 +53,7 @@ code_style: tags: [ docker ] stage: test script: + - mh_style -v - mh_style --octave ./ allow_failure: true @@ -61,6 +62,7 @@ test: tags: [ docker ] stage: test script: + - octave -v - make test linting: