gitlab-ci: Use quote for "test" stage
This is just for consistency, no really needed.
This commit is contained in:
parent
8b34f1e9f6
commit
ba98b4138a
@ -1,5 +1,5 @@
|
|||||||
stages:
|
stages:
|
||||||
- test
|
- "test"
|
||||||
- "build runtime"
|
- "build runtime"
|
||||||
- "build base"
|
- "build base"
|
||||||
- "manifest"
|
- "manifest"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user