variables: GIT_SUBMODULE_STRATEGY: normal TERM: linux before_script: - git clone https://git.dynare.org/Dynare/dates - git clone https://git.dynare.org/Dynare/m-unit-tests - wget http://www.dynare.org/x13/x13.zip - unzip x13.zip testsuite_matlab: stage: test script: - cp -r binaries/linux externals/x13 - make check-matlab - ./success.sh testsuite_octave: stage: test variables: OPENBLAS_NUM_THREADS: 1 script: - cp -r binaries/linux externals/x13 - make check-octave - ./success.sh allow_failure: true