From 8e39e574bccfed1bfa63c605b17d1868207a18d1 Mon Sep 17 00:00:00 2001 From: Artur Carvalho <artur.carvalho@uni.lu> Date: Mon, 23 Jan 2023 15:24:14 +0100 Subject: [PATCH] Try fix CI --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4d5f57d..c1de720 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,8 +21,10 @@ unit tests: - npm run test:unit lint and format: - - image: cimg/openjdk:17.0-node - - script: + stage: lint + image: cimg/openjdk:17.0-node + script: + - npm ci - npm run format - npm run lint -- GitLab