[fix] gitlab-ci

This commit is contained in:
Christian Fraß 2023-05-20 10:25:28 +02:00
parent c385dcdc53
commit a944f37ce8

View file

@ -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