Skip to content
Snippets Groups Projects
Commit a63e2af1 authored by Ethan Robert's avatar Ethan Robert
Browse files

Fixed Gitlab CI to install make

parent d69357a0
No related branches found
No related tags found
No related merge requests found
Pipeline #60108 failed
...@@ -5,7 +5,7 @@ stages: ...@@ -5,7 +5,7 @@ stages:
build: build:
stage: build stage: build
before_script: before_script:
- apt-get update -qq && apt-get install -y pandoc texlive - apt-get update -qq && apt-get install -y pandoc texlive make
script: script:
- make all - make all
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment