[fix] gitlab-ci

This commit is contained in:
Christian Fraß 2023-09-22 12:08:21 +02:00
parent cedea50174
commit 106f9d9f9b

View file

@ -2,7 +2,7 @@ test:
image: docker.io/library/alpine:3.18 image: docker.io/library/alpine:3.18
script: script:
- apk update - apk update
- apk add npm - apk add python3 npm
- npm install --global mocha - npm install --global mocha
- tools/build --include-tests - tools/build --include-tests
- mocha heimdall-test.mocha.js - mocha heimdall-test.mocha.js