[fix] gitlab-ci
This commit is contained in:
parent
c385dcdc53
commit
a944f37ce8
|
|
@ -1,6 +1,7 @@
|
|||
test:
|
||||
image: docker.io/library/alpine:3.18
|
||||
script:
|
||||
- apk update && apk add python3
|
||||
- apk update
|
||||
- apk add python3 py3-requests
|
||||
- tools/build --target=test
|
||||
- build/heimdall-test
|
||||
|
|
|
|||
Loading…
Reference in a new issue