From 78b73849d135a37e4b7d7ca780a049856fbf6196 Mon Sep 17 00:00:00 2001 From: Felix Goding <felgo673@student.liu.se> Date: Tue, 3 Mar 2020 11:46:23 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bbed8d34..daa60558 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,10 +5,9 @@ stages: before_script: - apt-get update --yes - - apt-cache search fmt -# - apt-get install --yes cmake pybind11 -# - pip3 install . -# - pip3 show b_asic + - apt-get install --yes build-essential cmake libfmt-dev pybind11-dev + - pip3 install . + - pip3 show b_asic run tests: stage: test -- GitLab