From 34e1eeadc8a003da4443c42c4b0741d1e128687f Mon Sep 17 00:00:00 2001
From: RenovateBot <renovatebot@griefed.de>
Date: Wed, 4 May 2022 10:16:54 +0000
Subject: [PATCH] chore(deps): update dependency griefed/gitlab-ci-cd to v2.0.6

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

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