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

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8041a7df..02676651 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,6 +25,7 @@ stages:          # List of stages for jobs, and their order of execution
 lint:commit:
   stage: lint
   script:
+    - npm install -g npx
     - echo "${CI_COMMIT_MESSAGE}" | npx commitlint
 
 build-job:       # This job runs in the build stage, which runs first.
-- 
GitLab