execute apt update before installing build-essential

This commit is contained in:
2019-12-17 18:19:00 +01:00
parent b8f1017192
commit 514595baf6

View File

@@ -12,6 +12,7 @@ test:
tags: tags:
- docker - docker
before_script: before_script:
- apt install build-essential - apt update
- apt install -y build-essential
script: script:
- make runTest - make runTest