install build-essentials before executing the tests
This commit is contained in:
@@ -11,5 +11,7 @@ test:
|
||||
stage: test
|
||||
tags:
|
||||
- docker
|
||||
before_script:
|
||||
- apt install build-essential
|
||||
script:
|
||||
- make runTest
|
||||
|
||||
Reference in New Issue
Block a user