From 6c7c0f119cae4c4eefe9c5e749a9cb21cb29f706 Mon Sep 17 00:00:00 2001 From: Dominik Becker Date: Sun, 19 Aug 2018 15:36:49 +0000 Subject: [PATCH] #17 added CI config for dockerizing builds --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bbb7079..6781f84 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,7 @@ stages: - build latexmk: + image: tianon/latex:latest stage: build tags: - latex @@ -14,6 +15,7 @@ latexmk: - latexmk main.tex hunspell: + image: tmaier/hunspell:latest stage: test tags: - hunspell