From d76138c878ea7fbec93072e66d78ca1da5c86133 Mon Sep 17 00:00:00 2001
From: Dominik George <nik@naturalnet.de>
Date: Thu, 22 Apr 2021 19:58:11 +0200
Subject: [PATCH] [CI] Use 15.14 buster-based image

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f4d56b2..e479bf6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: node
+image: node:15.14-buster
 
 cache:
   paths:
-- 
GitLab