[fix] gitlab-ci
This commit is contained in:
parent
bac411c926
commit
519254c44a
|
|
@ -3,6 +3,6 @@ test:
|
||||||
script:
|
script:
|
||||||
- apk update
|
- apk update
|
||||||
- apk add python3 npm
|
- apk add python3 npm
|
||||||
- npm install --global mocha
|
- npm install --global typescript mocha
|
||||||
- tools/build --include-tests
|
- tools/build --include-tests
|
||||||
- mocha heimdall-test.mocha.js
|
- mocha heimdall-test.mocha.js
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue