From 848092a061a32daf4ce561080d51a4cf5d53b7af Mon Sep 17 00:00:00 2001 From: Artur Carvalho <artur.carvalho@uni.lu> Date: Wed, 18 Jan 2023 13:06:52 +0100 Subject: [PATCH] Fix unit test call --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9cca45d..310d958 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,5 +18,5 @@ unit tests: image: node:16-alpine script: - npm ci - - npm run test + - npm run test:unit -- GitLab