Fix .gitlab-ci.yml

This commit is contained in:
Franck STAUFFER 2020-09-02 19:12:24 +02:00
parent e4ab475aea
commit 9fddbc5781
Signed by: franck.stauffer
GPG Key ID: AAF5A94045CEC261
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
debian: debian:
image: debian:stable-slim image: debian:stable-slim
before_script: before_script:
- apt-get -qq update
- apt-get -qq install make clang - apt-get -qq install make clang
script: script:
- make - make
@ -8,6 +9,6 @@ debian:
alpine: alpine:
image: alpine:latest image: alpine:latest
before_script: before_script:
- apk add make clang - apk add make clang linux-headers
script: script:
- make - make