diff --git a/.drone.yml b/.drone.yml index 82cadf5..6f612f4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,5 +6,5 @@ steps: - name: compiletest image: ubuntu:latest commands: - - sudo apt-get -qq update && sudo apt-get install -y --no-install-recommends texlive-full + - apt-get -qq update && apt-get install -y --no-install-recommends texlive-full - pdflatex -interaction=nonstopmode -halt-on-error *.tex \ No newline at end of file