diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 13a99d0..9ff874c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,6 @@ test: script: - apk update - apk add npm - - npm install --global mocha + - npm install --global mocha - tools/build --include-tests - mocha heimdall-test.mocha.js