From 1d799ad978de729c67091dc29e90cc2ccb9227ab Mon Sep 17 00:00:00 2001
From: RenovateBot <renovatebot@griefed.de>
Date: Fri, 4 Mar 2022 11:20:25 +0000
Subject: [PATCH] chore(deps): update dependency griefed/gitlab-ci-cd to v2.0.4

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

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