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

Fix CI YAML

The "extends" keyword is not yet in Gitlab 11.2 (it is said to be implemented
in 11.3…).
parent 8400a952
Branches
Tags
No related merge requests found
......@@ -46,7 +46,7 @@ testsuite_matlab:
dependencies:
- build_binaries
.testsuite_octave_template:
.testsuite_octave_template: &testsuite_octave_definition
stage: test
variables:
OPENBLAS_NUM_THREADS: 1
......@@ -67,13 +67,13 @@ testsuite_matlab:
- build_binaries
testsuite_octave_auto:
extends: .testsuite_octave_template
<<: *testsuite_octave_definition
only:
- tags
- schedules
testsuite_octave_manual:
extends: .testsuite_octave_template
<<: *testsuite_octave_definition
except:
- tags
- schedules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment