install build-essentials before executing the tests

This commit is contained in:
2019-12-17 18:12:05 +01:00
parent ab80f16092
commit e3bfbee80b

View File

@@ -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