diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6cb79bfd4c30d975fca618fff6e57c609e828dbe..a2618c75d569521a0d12332e330ec9e7611a6e81 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,9 +26,8 @@ before_script:
   - if [ ${var+TRIGGER_PYPI_NAME} ]; then echo "Pipeline triggered by ${TRIGGER_PYPI_NAME}"; poetry update ${TRIGGER_PYPI_NAME}; fi
   - poetry export -f requirements.txt --output requirements.txt
   - sed '/^zeroc-ice/,/^[z.*]/{/z.*/!d}' requirements.txt | grep -v zeroc-ice > nozice.txt
-  - tail 12 nozice.txt
   # - poetry install -vv Use pip to skip zeroc-ice installation
-  - pip install -r nozice.txt --no-deps && pip install pytest black mypy
+  -pip install tomli && pip install -r nozice.txt --no-deps && pip install pytest black mypy
 
 Unit test:
   stage: test