fix(ci): install make in nim docker image before running tests

This commit is contained in:
2026-05-12 20:21:34 +03:00
parent b207cc1c77
commit ab29c74299
+3
View File
@@ -4,6 +4,9 @@ stages:
- test - test
- build - build
before_script:
- apt-get update -qq && apt-get install -y -qq make
test: test:
stage: test stage: test
script: script: