Loading .gitlab-ci.yml +4 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ image: debian:unstable before_script: - apt update -qq - apt-get -y install texlive - apt-get -y install texlive make stages: - build Loading @@ -11,8 +11,10 @@ build-distcheck: stage: build script: - make - mkdir pdfs - mv *.pdf pdfs # The files which are to be made available in GitLab artifacts: paths: - *.pdf - pdfs/* Loading
.gitlab-ci.yml +4 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ image: debian:unstable before_script: - apt update -qq - apt-get -y install texlive - apt-get -y install texlive make stages: - build Loading @@ -11,8 +11,10 @@ build-distcheck: stage: build script: - make - mkdir pdfs - mv *.pdf pdfs # The files which are to be made available in GitLab artifacts: paths: - *.pdf - pdfs/*