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

fix: quote reference to .nightly

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