From 1e6ba228e73b1c86dfc08150352f9ba14a9e3bef Mon Sep 17 00:00:00 2001
From: RenovateBot <renovatebot@griefed.de>
Date: Sat, 19 Feb 2022 09:16:20 +0000
Subject: [PATCH] chore(deps): update griefed/gitlab-ci-cd docker tag to v2.0.2

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c940a2a..e61dc76 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,11 +4,11 @@ stages:
   - build
 
 services:
-  - name: griefed/gitlab-ci-cd:2.0.1
+  - name: griefed/gitlab-ci-cd:2.0.2
     alias: docker
     command: ["--experimental"]
 
-image: griefed/gitlab-ci-cd:2.0.1
+image: griefed/gitlab-ci-cd:2.0.2
 
 variables:
   project_name: $CI_PROJECT_NAME
-- 
GitLab