execute apt update before installing build-essential
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user