From: Jonathan Neuschäfer Date: Mon, 3 May 2021 21:14:35 +0000 (+0200) Subject: .gitlab-ci.yml: Fix invocation of pywriter X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=43c106f08bf259afd010cd802d2ef28e73451d22;p=soc.git .gitlab-ci.yml: Fix invocation of pywriter See ffb6288f ("svanalysis and pywriter now command-line scripts"). --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 30f5568f..2ca98010 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -117,5 +117,5 @@ build: - popd - python setup.py develop - - python src/soc/decoder/pseudo/pywriter.py + - pywriter - nosetests -v --processes=-1 --process-timeout=120