fix(ci): install make in nim docker image before running tests
This commit is contained in:
@@ -4,6 +4,9 @@ stages:
|
||||
- test
|
||||
- build
|
||||
|
||||
before_script:
|
||||
- apt-get update -qq && apt-get install -y -qq make
|
||||
|
||||
test:
|
||||
stage: test
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user