diff --git a/.gitlab-ci-unix.yml b/.gitlab-ci-unix.yml
index c2a6a1e4ddd4f7c385afc8b2e257e2ecdb166376..6732d0392f5dd21e1057d4db07ed7401ca8e24d9 100644
--- a/.gitlab-ci-unix.yml
+++ b/.gitlab-ci-unix.yml
@@ -509,7 +509,6 @@ spec:
   extends:
     - .$[[ inputs.os ]]-build
   script:
-    - tar -xzf "/tmp/gitlab-runner/$[[ inputs.os ]]-$[[ inputs.platform ]]-${CI_PIPELINE_ID}/cryptlib.tgz"
     - cd src/syncterm
     - mkdir build
     - cd build
@@ -519,8 +518,6 @@ spec:
     name: "syncterm-cmake-$[[ inputs.os ]]-$[[ inputs.platform ]]"
     paths:
       - "src/syncterm/build/syncterm*"
-  needs:
-    - job: "$[[ inputs.os ]]-$[[ inputs.platform ]] [cryptlib]"
   rules:
     - if: '"$[[ inputs.cross_platform ]]" == "yes"'
       when: never