[fix] gitlab-ci
This commit is contained in:
parent
cedea50174
commit
106f9d9f9b
|
|
@ -2,7 +2,7 @@ test:
|
|||
image: docker.io/library/alpine:3.18
|
||||
script:
|
||||
- apk update
|
||||
- apk add npm
|
||||
- apk add python3 npm
|
||||
- npm install --global mocha
|
||||
- tools/build --include-tests
|
||||
- mocha heimdall-test.mocha.js
|
||||
|
|
|
|||
Loading…
Reference in a new issue