From 08a8938a6fcef5fcb672138b47023f26fc1a3624 Mon Sep 17 00:00:00 2001
From: Thomas Citharel <tcit@tcit.fr>
Date: Mon, 18 Mar 2019 12:47:21 +0100
Subject: [PATCH] Rename job to pages

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c9bbcd128..c75990a63 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -75,7 +75,7 @@ elixir_deps:
     paths:
       - deps
 
-doc:
+pages:
   stage: deploy
   before_script:
     - mix deps.get
-- 
GitLab