Skip to content
Snippets Groups Projects
Verified Commit 50b4968e 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
No related branches found
No related tags found
No related merge requests found
Pipeline #8239 failed
......@@ -5,7 +5,7 @@ variables:
OLD_MATLAB_VERSION: R2014a
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
test_matlab:
stage: test
......
......@@ -4,7 +4,7 @@ MATLAB ?= matlab
all: check-octave check-matlab
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
@cd tests ;\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment