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

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index daa60558..752a2af2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,6 +6,7 @@ stages:
 before_script:
   - apt-get update --yes
   - apt-get install --yes build-essential cmake libfmt-dev pybind11-dev
+  - pip3 install pytest pytest-cov
   - pip3 install .
   - pip3 show b_asic
 
-- 
GitLab