From: Jacob Lifshay Date: Mon, 4 Apr 2022 07:02:06 +0000 (-0700) Subject: fix pytest invocation X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=42f48321d3332788be15e9212e7db2e3baeffcb7;p=nmigen-gf.git fix pytest invocation --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0937fc2..5578d80 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -94,4 +94,4 @@ build: - python3 setup.py develop - - pytest -n auto + - pytest -n auto src/nmigen_gf