From 7f1405e32b4745764441b2f07b7208e9fdd5660f Mon Sep 17 00:00:00 2001
From: Benoit Mortier <benoit.mortier@fusiondirectory.org>
Date: Fri, 17 Feb 2023 22:33:12 +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 | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9b2de59..b745bce 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
-- 
GitLab