From 519254c44a2ecdc50e3d7457c07ed9ac56dbebb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Fri, 22 Sep 2023 12:17:55 +0200 Subject: [PATCH] [fix] gitlab-ci --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5bf4d28..0f04769 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,6 @@ test: script: - apk update - apk add python3 npm - - npm install --global mocha + - npm install --global typescript mocha - tools/build --include-tests - mocha heimdall-test.mocha.js