Skip to content
Snippets Groups Projects
Commit 2b5460fe authored by Alfred Burgess's avatar Alfred Burgess
Browse files

Tried to move make update

parent 0e441b34
No related merge requests found
Pipeline #579 failed with stage
in 4 minutes and 6 seconds
...@@ -17,12 +17,12 @@ variables: ...@@ -17,12 +17,12 @@ variables:
LATEX_IMAGE: listx/texlive:2020 LATEX_IMAGE: listx/texlive:2020
before_script: before_script:
- apt-get update -qy
- apt-get install -y make
build: build:
image: $LATEX_IMAGE image: $LATEX_IMAGE
script: script:
- apt-get update -qy
- apt-get install -y make
- make - make
artifacts: artifacts:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment