From acbebc112bdc6f13139ed36f4e7510cb2e62b661 Mon Sep 17 00:00:00 2001 From: Simon Malesys <simon.malesys@pasteur.fr> Date: Fri, 14 Feb 2025 11:26:36 +0100 Subject: [PATCH] Fix CI --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 31fe65e..cd06272 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,6 +24,7 @@ testing: - changes: - src/**/* script: + - npm ci - npm test # Validate the fasta files if they have changed -- GitLab