From 042d8b05b58a3f568c4bc71c45ac4ea077ff51cd Mon Sep 17 00:00:00 2001
From: RenovateBot <renovatebot@griefed.de>
Date: Mon, 4 Jul 2022 06:51:18 +0000
Subject: [PATCH] chore(deps): update dependency griefed/gitlab-ci-cd to v2.0.8

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 90c9c4f..b67de4f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ stages:
   - docs
 
 test quasar:
-  image: griefed/gitlab-ci-cd:2.0.7
+  image: griefed/gitlab-ci-cd:2.0.8
   stage: test
   cache:
     paths:
@@ -15,7 +15,7 @@ test quasar:
     - quasar build
 
 pages:
-  image: griefed/gitlab-ci-cd:2.0.7
+  image: griefed/gitlab-ci-cd:2.0.8
   stage: docs
   cache:
     paths:
-- 
GitLab