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

Remove runner tags, actually not needed

We rather rely on the Gitlab setting that prevents some runners from accepting
jobs without tags.
parent 17f45464
Branches
Tags
No related merge requests found
Pipeline #455 failed
......@@ -9,8 +9,6 @@ before_script:
build_binaries:
stage: build
tags:
- dynare
script:
- autoreconf -si
- './configure --with-matlab=$(dirname $(dirname $(readlink -f `which matlab`))) MATLAB_VERSION=$(echo version | matlab -nodesktop -nodisplay -nosplash 2>/dev/null | sed -En "/ans\ =/!d;n;n;s/^[^0-9]*([0-9]+\.[0-9]+).*$/\1/;p")'
......@@ -25,8 +23,6 @@ build_binaries:
build_doc:
stage: build
tags:
- dynare
script:
- autoreconf -si
- ./configure --disable-matlab --disable-octave
......@@ -39,8 +35,6 @@ build_doc:
testsuite_matlab:
stage: test
tags:
- dynare
script:
- autoreconf -si
- './configure --disable-octave --with-matlab=$(dirname $(dirname $(readlink -f `which matlab`))) MATLAB_VERSION=$(echo version | matlab -nodesktop -nodisplay -nosplash 2>/dev/null | sed -En "/ans\ =/!d;n;n;s/^[^0-9]*([0-9]+\.[0-9]+).*$/\1/;p")'
......@@ -60,8 +54,6 @@ testsuite_matlab:
.testsuite_octave_template:
stage: test
tags:
- dynare
variables:
OPENBLAS_NUM_THREADS: 1
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment