From 9869138862bce68c184957ae4fa775e904613e3f Mon Sep 17 00:00:00 2001
From: Felix Goding <felgo673@student.liu.se>
Date: Tue, 3 Mar 2020 12:11:57 +0100
Subject: [PATCH] Update .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fdec79f5..daa60558 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,9 +5,7 @@ stages:
 
 before_script:
   - apt-get update --yes
-  - apt-get install --yes build-essential cmake pybind11-dev
-  - wget http://launchpadlibrarian.net/466750967/libfmt-dev_6.1.2+ds-2_amd64.deb
-  - apt install ./libfmt-dev_6.1.2+ds-2_amd64.deb
+  - apt-get install --yes build-essential cmake libfmt-dev pybind11-dev
   - pip3 install .
   - pip3 show b_asic
 
-- 
GitLab