From 0accc41fc5ba26febd9327892b9cf225e9e64816 Mon Sep 17 00:00:00 2001 From: Christian Darsow-Fromm <christian.darsow@physik.uni-hamburg.de> Date: Wed, 6 Mar 2019 14:51:22 +0100 Subject: [PATCH] now it should work --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 894da46..0b3839a 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 -- GitLab