From 0e8557404df8344807627b8937d8a72144c6eab8 Mon Sep 17 00:00:00 2001
From: Alexandre Iooss <erdnaxe@crans.org>
Date: Tue, 1 Sep 2020 22:26:34 +0200
Subject: [PATCH] Fix gitlab ci format

---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 29ad392e..ca67ce4f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,7 +17,8 @@ docker:
     - beta
   cache:
     key: one-key-to-rule-them-all
-    paths: /cache/
+    paths:
+      - /cache/
 
 # Debian Buster
 py37-django22:
-- 
GitLab