From d45b49afe8387bce112ad81c29e8fcc25d690322 Mon Sep 17 00:00:00 2001
From: Bryan  BRANCOTTE <bryan.brancotte@pasteur.fr>
Date: Thu, 17 Mar 2022 16:47:38 +0100
Subject: [PATCH] remove dependencies

---
 .gitlab-ci.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b442d2f4..ed0de717 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,6 @@ test-style:
   stage: test
   needs: []
   script:
-  - apt update && apt install -y apache2-dev graphviz graphviz-dev
   - cd ippisite
   - pip install flake8
   - flake8 --config=.flake8
@@ -110,4 +109,4 @@ build-ippisite:
   needs: []
   extends: .build
   before_script:
-    - cd ippisite
\ No newline at end of file
+    - cd ippisite
-- 
GitLab