diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 84c4d631c74f21166cfce3d8fe4369317616e7fe..6c40faa8b545877cc6f7887dd8ef9271a84dfb24 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,6 +27,7 @@ deploy to testpypi:
   script:
     - pip install twine
     - python setup.py sdist bdist_wheel
+    - echo "$PYPI_TEST_PASSWORD"
     - twine upload -u "__token__" -p "$PYPI_TEST_PASSWORD" --repository-url https://test.pypi.org/legacy/ --skip-existing dist/*
 
 install from testpypi: