diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9b2de597e3a7dd5b0d664c44c721ae40aaad9884..b745bce3bccf34562872bf96e428f45e5b60caeb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,14 +1,7 @@ -# 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 sphinx rapport create_sphinx_rapport: + image: registry.fusiondirectory.org/fusiondirectory/fd/sphinx-cli:buster only: - branches - tags