Update .gitlab-ci.yml

This commit is contained in:
Dorian Zedler 2021-07-11 07:42:48 +00:00
parent a27476542e
commit 48bd7c2c43

View file

@ -2,7 +2,7 @@ build:
image: ubuntu:latest image: ubuntu:latest
stage: build stage: build
script: script:
- apt update && sudo apt install build-essential - apt update && apt install build-essential
- make all - make all
artifacts: artifacts:
paths: paths: