Prechádzať zdrojové kódy

Only install CA certificates for public Send test

timvisee 6 rokov pred
rodič
commit
d6dbc66941
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.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 </dev/urandom >test.txt"