From e6e2828fa298c090449120ac28064e4d799ecf6d Mon Sep 17 00:00:00 2001
From: Vasek Sraier <git@vakabus.cz>
Date: Mon, 22 Feb 2021 08:35:01 +0100
Subject: [PATCH] CI: fixed base container config

---
 manager/.gitlab-ci.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/manager/.gitlab-ci.yml b/manager/.gitlab-ci.yml
index b667a9fb5..e920100e9 100644
--- a/manager/.gitlab-ci.yml
+++ b/manager/.gitlab-ci.yml
@@ -24,7 +24,6 @@ image: $CI_REGISTRY/knot/knot-resolver-manager/devenv:latest
 
 # FIXME - use custom Docker image, so that we don't rebuild it all every single time
 lint:
-  image: debian:latest
   stage: check
 
   cache:
@@ -36,4 +35,4 @@ lint:
     # run the actual tests
     - poetry install
     - npm install
-    - ./poe check
\ No newline at end of file
+    - ./poe check
-- 
GitLab