change to correct branch
[ieee754fpu.git] / .gitlab-ci.yml
index 59812cc631837f0a6ca0a15b02936f949c577c7f..561c7bb1ea538bc2625bcdb05cd5ab5b73a14495 100644 (file)
@@ -111,7 +111,7 @@ build:
         - make install
         - popd
 
-        - git clone --depth 1 -b smtlib2-expr-support https://gitlab.com/programmerjake/nmigen.git nmigen
+        - git clone --depth 1 https://gitlab.com/nmigen/nmigen.git nmigen
         - pushd nmigen
         - git rev-parse HEAD
         - python3 setup.py develop
@@ -125,4 +125,4 @@ build:
 
         - python3 setup.py develop
 
-        - pytest
+        - pytest -v