diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fd055d3dbc2181922a678c550c7c93e2638d08f6..41f02858a337155922016b362b9da1eb9a2cdf27 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