From 0f887af3d66a26ac5eebefc14bcb6981af5e5375 Mon Sep 17 00:00:00 2001
From: RenovateBot <renovatebot@griefed.de>
Date: Mon, 4 Apr 2022 11:01:08 +0000
Subject: [PATCH] chore(deps): update dependency griefed/gitlab-ci-cd to v2.0.5

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e965842..27b7ff5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ stages:
   - docs
 
 test quasar:
-  image: griefed/gitlab-ci-cd:2.0.4
+  image: griefed/gitlab-ci-cd:2.0.5
   stage: test
   cache:
     paths:
@@ -15,7 +15,7 @@ test quasar:
     - quasar build
 
 pages:
-  image: griefed/gitlab-ci-cd:2.0.4
+  image: griefed/gitlab-ci-cd:2.0.5
   stage: docs
   cache:
     paths:
-- 
GitLab