From 4a5589fef01e446c670385e7687292ae97a8d264 Mon Sep 17 00:00:00 2001 From: DecDuck Date: Sat, 26 Oct 2024 05:10:22 +0000 Subject: [PATCH] Update file .gitlab-ci.yml --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0b51ec..36e7697 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,6 +37,7 @@ test-linux: dependencies: - build-linux script: + - apt-get install openssl -y - yarn - yarn test