From ba98b4138a014feee2fcaa421e66b6fa68409dd9 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Sat, 10 Nov 2018 20:34:21 -0500 Subject: [PATCH] gitlab-ci: Use quote for "test" stage This is just for consistency, no really needed. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 51d1165c5b..926232d514 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ stages: - - test + - "test" - "build runtime" - "build base" - "manifest"