From 6b8a71736d03635588fb34b2d21d67b3904c6e86 Mon Sep 17 00:00:00 2001
From: Chris Krawietz <chris.krawietz@googlemail.com>
Date: Mon, 7 Jun 2021 11:30:42 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ab75b03..99e99aa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,6 @@
 stages:
   - linting
-  - deploy
+  - pages
 
 linting:
   stage: linting
@@ -12,8 +12,8 @@ linting:
     - yarn install
     - yarn lint
 
-deploy:
-  stage: deploy
+pages:
+  stage: pages
   image: node:lts
   cache:
     paths:
-- 
GitLab