diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f7e2879466cd4415a38edd0ba27136f608729f85..a49a85d0c45b013b57861fc113547be46f19ff37 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,15 +1,6 @@ -# Specify docker image -image: debian:stretch - - -# Execute before every job -# Install libperl-critic-perl, php-codesniffer, git and php -before_script: - - apt-get update -qq - - apt-get install -y -qq python-sphinx python-sphinx-rtd-theme make - -# Generate perlcritic rapport +# Generate sphinx rapport create_sphinx_rapport: + image: registry.fusiondirectory.org/fusiondirectory/fd/sphinx-cli:buster only: - branches - tags