diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 532b4e5eb15359acd7d120e0d49fe3b66836165b..bec8b83257775770b6ecc04c3f9fa1fb6968b135 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@ test-centos7:
   script:
   - yum install -y epel-release
   - yum install install -y python34-pip python34-devel
-  - yum install graphviz graphviz-devel
+  - yum install -y graphviz graphviz-devel
   - cd ippisite
   - pip3 install -r requirements.txt
   - python3 manage.py test
\ No newline at end of file