gitlab-ci: Use quote for "test" stage

This is just for consistency, no really needed.
This commit is contained in:
Nicolas Dufresne 2018-11-10 20:34:21 -05:00
parent 8b34f1e9f6
commit ba98b4138a

View file

@ -1,5 +1,5 @@
stages:
- test
- "test"
- "build runtime"
- "build base"
- "manifest"