Skip to content
Snippets Groups Projects
Verified Commit db5744fb authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

CI: clone specific commit of m-unit-tests repository since HEAD is no longer compatible

parent 617ef2e1
Branches
Tags
No related merge requests found
Pipeline #8240 passed
...@@ -5,7 +5,7 @@ variables: ...@@ -5,7 +5,7 @@ variables:
OLD_MATLAB_VERSION: R2014a OLD_MATLAB_VERSION: R2014a
before_script: before_script:
- git clone https://git.dynare.org/Dynare/m-unit-tests - git clone https://git.dynare.org/Dynare/m-unit-tests && cd m-unit-tests && git checkout 343d9e13654a07c348fad863f7f79a03896c6bc9 && cd ..
test_matlab: test_matlab:
stage: test stage: test
......
...@@ -4,7 +4,7 @@ MATLAB ?= matlab ...@@ -4,7 +4,7 @@ MATLAB ?= matlab
all: check-octave check-matlab all: check-octave check-matlab
m-unit-tests/src/mtest.m: m-unit-tests/src/mtest.m:
git clone https://git.dynare.org/Dynare/m-unit-tests git clone https://git.dynare.org/Dynare/m-unit-tests && cd m-unit-tests && git checkout 343d9e13654a07c348fad863f7f79a03896c6bc9
check-octave: m-unit-tests/src/mtest.m check-octave: m-unit-tests/src/mtest.m
@cd tests ;\ @cd tests ;\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment