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