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:
- docker
before_script:
- apt install build-essential
- apt update
- apt install -y build-essential
script:
- make runTest