diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f179269830edf794b42e0817e8628debde89cadc..b9b2f744a1deb28e8f51c68ecbb6663339943195 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,8 +23,9 @@ test:
   script:
     - $PYTHON -m build
     - auditwheel repair dist/*.whl
-    - venv/bin/pip install pytest abi3audit
-    - venv/bin/abi3audit -vs wheelhouse/*.whl
+    # Re-enable abi3audit when we go back to the stable ABI (dropping support for Py 3.10)
+    - venv/bin/pip install pytest #abi3audit
+    #- venv/bin/abi3audit -vs wheelhouse/*.whl
     - venv/bin/pip install wheelhouse/*.whl
     - venv/bin/pytest
   artifacts: