From ab29c74299af60a236fd92e53d1665cef101486d Mon Sep 17 00:00:00 2001 From: dimgigov Date: Tue, 12 May 2026 20:21:34 +0300 Subject: [PATCH] fix(ci): install make in nim docker image before running tests --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b5f04f4..8e3a8c5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,9 @@ stages: - test - build +before_script: + - apt-get update -qq && apt-get install -y -qq make + test: stage: test script: