Index: .gitlab-ci.yml
===================================================================
--- .gitlab-ci.yml	(revision 5d24bea901fcae715a217c8f44549923753b4b97)
+++ .gitlab-ci.yml	(revision 5c0f08ddac004afd281f5fbdfe83a436f700b261)
@@ -10,5 +10,5 @@
     - python3 -m venv .venv
     - source .venv/bin/activate
-    - pip install --upgrade numpy pdoc3
+    - pip install --upgrade numpy pdoc3 bitstring
     - pdoc --html ammosreader -o public
     - mv public/ammosreader public/doc
@@ -24,5 +24,5 @@
     - python3 -m venv .venv
     - source .venv/bin/activate
-    - pip install --upgrade numpy pdoc3 pytest
+    - pip install --upgrade numpy pdoc3 pytest bitstring
     - cd tests
     - pytest --junitxml=report.xml
