From 8f18dfda2b576499b50531f00b9f73aaae20581c Mon Sep 17 00:00:00 2001
From: RenovateBot <renovatebot@griefed.de>
Date: Mon, 4 Apr 2022 11:30:19 +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 eb7de31..8a379ef 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,11 +4,11 @@ stages:
   - build
 
 services:
-  - name: griefed/gitlab-ci-cd:2.0.4
+  - name: griefed/gitlab-ci-cd:2.0.5
     alias: docker
     command: ["--experimental"]
 
-image: griefed/gitlab-ci-cd:2.0.4
+image: griefed/gitlab-ci-cd:2.0.5
 
 variables:
   project_name: $CI_PROJECT_NAME
-- 
GitLab