diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9d4d7854c6321eda00716d2c7a4c840fb352c883..014c986bf73e373b3d2b86d07527c3d7a4542de0 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