diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3fff7c73e50d85b1f7b9ec6a9f5987838d01f0c3..adfa80a64c3d9529284825d13fb8e016d43d22f2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,6 +32,6 @@ publish-job:
   dependencies:
     - test
   script:
-    - python -m pip install -U twine
-
-    - twine upload -u __token__ -p "$PYPI_TOKEN" dist/*.tar.gz wheelhouse/*
+    - ls dist/ wheelhouse/
+    - venv/bin/pip install -U twine
+    - venv/bin/twine upload -u __token__ -p "$PYPI_TOKEN" dist/*.tar.gz wheelhouse/*