#38 moved to own docker image

This commit is contained in:
Dominik 2020-05-19 19:35:09 +02:00
parent 2391418a56
commit db64fc7beb
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ stages:
- build
#latexmk:
# image: bnord01/docker-latex-pygments:latest
# image: fastexitlane/pandoc-latex:latest
# stage: build
# artifacts:
# paths:
@ -15,7 +15,7 @@ stages:
# - mv main.pdf main@$ci_commit_sha_short.pdf
pandoc_latexmk:
image: fastexitlane/pandoc-latex
image: fastexitlane/pandoc-latex:latest
stage: build
artifacts:
paths:

2
.vscode/tasks.json vendored
View File

@ -12,7 +12,7 @@
"isDefault": true
},
"dependsOrder": "sequence",
"dependsOn": ["clean"]
"dependsOn": ["clean", "pandoc"]
},
{
"label": "clean",