diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8b94dc6..0665f53 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,7 @@ test: stage: test image: rust:alpine3.22 script: + - apk add --no-cache musl-dev openssl-dev openssl-libs-static protobuf-dev lld - cargo test build-and-push-image: