From ef1acb3583977a894ecc93c69c44bcb02a3b783b Mon Sep 17 00:00:00 2001 From: Benoit Mortier <benoit.mortier@fusiondirectory.org> Date: Fri, 17 Feb 2023 22:57:44 +0100 Subject: [PATCH] :handshake: fix(ci) add the new sphinx-cli image to the ci Signed-off-by: Benoit Mortier <benoit.mortier@fusiondirectory.org> --- .gitlab-ci.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f7e2879..a49a85d 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 -- GitLab