[fix] gitlab-ci

This commit is contained in:
Christian Fraß 2023-09-22 12:01:01 +02:00
parent 2a80602077
commit de5032ed33

View file

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