From 2394f8972664dbf38211549f5186ef716eb7cb9b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tadeusz=20Miesi=C4=85c?= <tadeusz.miesiac@gmail.com>
Date: Wed, 20 Sep 2023 08:25:15 +0200
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b8006a95..f27825fd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,10 +1,12 @@
 stages:
+  - lint
   - test
 cache:
   paths:
     - ~/.cache
 
 lint:commit:
+  image: node:16.16.0-alpine
   stage: lint
   allow_failure: true
   before_script:
@@ -14,7 +16,7 @@ lint:commit:
 
 linter:
   image: node:16.16.0-alpine
-  stage: test
+  stage: lint
   before_script:
     - apk add --no-cache npm
     - npm ci
-- 
GitLab