variables:
  GIT_SUBMODULE_STRATEGY: normal
  TERM: linux

before_script:
  - git clone https://git.dynare.org/Dynare/m-unit-tests

test_matlab:
  stage: test
  script:
    - make check-matlab

test_old_matlab:
  stage: test
  variables:
    MATLAB: /usr/local/MATLAB/R2015a/bin/matlab
  script:
    - make check-matlab