From 43c106f08bf259afd010cd802d2ef28e73451d22 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jonathan=20Neusch=C3=A4fer?= Date: Mon, 3 May 2021 23:14:35 +0200 Subject: [PATCH] .gitlab-ci.yml: Fix invocation of pywriter See ffb6288f ("svanalysis and pywriter now command-line scripts"). --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2