diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ee743f7..520ad14 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,6 @@ image: python:3.11-slim before_script: - - time apt update - time pip install -r requirements.txt - time cd mdocotion && python setup.py install && cd ..