.gitlab-ci.yml: Fix invocation of pywriter
[soc.git] / .gitlab-ci.yml
index 30f5568fbb061a26eee2670469f9d091b5f99458..2ca9801065b9945cbeee54a31eb452e7fba9a4db 100644 (file)
@@ -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