Skip to content
Snippets Groups Projects
Commit d236afab authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: reference syntax

parent 9d025042
No related branches found
No related tags found
No related merge requests found
......@@ -481,7 +481,7 @@ benchmarks:physics:default:
benchmarks:reconstruction:nightly:
stage: benchmarks
rules:
- [!reference '.nightly', rules]
- !reference ['.nightly', rules]
needs:
- version
- jug_xl:nightly
......@@ -497,7 +497,7 @@ benchmarks:reconstruction:nightly:
benchmarks:physics:nightly:
stage: benchmarks
rules:
- [!reference '.nightly', rules]
- !reference ['.nightly', rules]
needs:
- version
- jug_xl:nightly
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment