From c18514e276ba52ff267b20170c43d50bd648edbf Mon Sep 17 00:00:00 2001
From: Moritz Langenstein <ml5717@ic.ac.uk>
Date: Wed, 18 Dec 2019 18:12:01 +0000
Subject: [PATCH] (ml5717) Fixed gnuplot installation

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ac98c25..4f65842 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -111,7 +111,7 @@ benchmark:
   dependencies:
     - npm_install
   script:
-    - apt install gnuplot
+    - apt-get -y install gnuplot
     - npm run test-benchmark
     - npm run plot
   artifacts:
-- 
GitLab