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