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