Loading .gitlab-ci.yml +4 −2 Original line number Diff line number Diff line image: tianon/latex cache: key: apt-cache untracked: true Loading @@ -7,7 +9,7 @@ cache: before_script: - export APT_CACHE_DIR=`pwd`/apt-cache && mkdir -pv $APT_CACHE_DIR - apt-get update -qq && apt-get -o dir::cache::archives="$APT_CACHE_DIR" install -y -qq texlive-full poppler-utils - apt-get update -qq && apt-get -o dir::cache::archives="$APT_CACHE_DIR" install -y -qq poppler-utils - lualatex -v build: Loading Loading
.gitlab-ci.yml +4 −2 Original line number Diff line number Diff line image: tianon/latex cache: key: apt-cache untracked: true Loading @@ -7,7 +9,7 @@ cache: before_script: - export APT_CACHE_DIR=`pwd`/apt-cache && mkdir -pv $APT_CACHE_DIR - apt-get update -qq && apt-get -o dir::cache::archives="$APT_CACHE_DIR" install -y -qq texlive-full poppler-utils - apt-get update -qq && apt-get -o dir::cache::archives="$APT_CACHE_DIR" install -y -qq poppler-utils - lualatex -v build: Loading