diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0bc3ee31f4610c36901ac2aeea6a9bfc3ce2baaa..6fc4cfff8ae0cfbbee10c35322f8b5fdf9904e0b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,12 +25,12 @@ newline_at_eof: python_linting: stage: linting script: - - cd devices + - cd tangostationcontrol - tox -e pep8 bandit: stage: static-analysis script: - - cd devices + - cd tangostationcontrol - tox -e bandit shellcheck: stage: static-analysis @@ -45,8 +45,8 @@ unit_test: - sudo apt-get update - sudo apt-get install -y git script: - - cd devices - - tox --recreate -e py37 + - cd tangostationcontrol + - tox -e py37 integration_test: stage: integration-tests allow_failure: true @@ -82,5 +82,5 @@ wheel_packaging: - pip3 install -r devices/test-requirements.txt - pip3 install -r docker-compose/itango/lofar-requirements.txt script: - - cd devices + - cd tangostationcontrol - python setup.py bdist_wheel