From e3bfbee80b8ceba01fa4b1e3d2c9911c828b9f6c Mon Sep 17 00:00:00 2001 From: nitrix Date: Tue, 17 Dec 2019 18:12:05 +0100 Subject: [PATCH] install build-essentials before executing the tests --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 64e67f1..269b08b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,5 +11,7 @@ test: stage: test tags: - docker + before_script: + - apt install build-essential script: - make runTest