diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 18e7af0..8866eee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -131,7 +131,7 @@ test-public: RUST_TARGET: x86_64-unknown-linux-musl before_script: - apt-get update - - apt-get install -y openssl + - apt-get install -y ca-certificates script: # Generate random file, upload/download and assert equality - "head -c8m test.txt"