diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 894da465f5db625e50276e4436752a947a5e1907..0b3839a65502145d874f8ea8d8ac953693a1ca25 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -114,9 +114,8 @@ test pip deployment: image: python:3 stage: deploy-test script: - - echo ${CI_COMMIT_TAG:1} - pip install NQontrol==${CI_COMMIT_TAG:1} - - python3 -c "from NQontrol import Servo" - - python3 -c "from NQontrol import ServoDevice" + - python3 -c "from nqontrol import Servo" + - python3 -c "from nqontrol import ServoDevice" only: - tags