From d10305befc0944215d1324e2d975e6a33ba89f52 Mon Sep 17 00:00:00 2001 From: Tue Herlau <tuhe@dtu.dk> Date: Mon, 19 Sep 2022 23:57:41 +0200 Subject: [PATCH] converter cli + tests --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9d4d785..014c986 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,8 +69,8 @@ stages: script: - echo "Testing student files" - pwd - - apt-get update - - apt install git + - apt-get update -y + - apt install -y git - apt install -y xvfb # Virtual framebuffer for GL stuff. - apt install -y inkscape pdftk - apt install -y latexmk poppler-utils # latexmk and pdftocairo @@ -133,7 +133,7 @@ pages: - echo "in public/tests_images" - ls public/tests_images/* - latexmk --version - # - apt install -y python3-sphinx +# - apt install -y python3-sphinx # - echo "hello" > public/index.html # - pip install -U -r pythontools/requirements_full.txt --no-cache --upgrade # - cd ../02465students_complete/docs/source -- GitLab