From e0bb3aed18809d19864c953c02b8fe4abb265814 Mon Sep 17 00:00:00 2001 From: Oscar Gustafsson <oscar.gustafsson@gmail.com> Date: Tue, 21 Jun 2022 17:41:04 +0200 Subject: [PATCH] Prepare for testing the QT parts --- .gitlab-ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fd055d3d..41f02858 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,14 +1,14 @@ stages: - test -before-script: - - apt-get update --yes - - apt-get install --yes build-essential cmake libfmt-dev pybind11-dev - - python -m pip install --upgrade pip - - python --version - - pip install pytest pytest-cov - - pip install . - - pip show b_asic +before_script: + - apt-get update --yes + - apt-get install --yes build-essential cmake libfmt-dev pybind11-dev + - python -m pip install --upgrade pip + - python --version + - pip install pytest pytest-cov + - pip install . + - pip show b_asic .run-test: stage: test -- GitLab