From 2823d47d5a39e6284fdacadb5fd118e4cfc362bc Mon Sep 17 00:00:00 2001
From: James Kirk <james.kirk@noc.ac.uk>
Date: Fri, 17 Mar 2023 14:53:27 +0000
Subject: [PATCH] refactor: changing some of the ci vars

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9b7b9ba..dd18fe6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,4 +6,6 @@ include:
 variables:
   DOCKER_IMAGE_NAME: backbone-adapter-javascript
   CI_SKIP_RELEASE: 1
-  CI_SKIP_BUILD: 1
\ No newline at end of file
+  CI_SKIP_BUILD: 1
+  CI_SKIP_LINT: 1
+  LINTER_IMAGE: node:18
\ No newline at end of file
-- 
GitLab