From 148c13a07b6b5991edea9e2e8d33b546e04bb944 Mon Sep 17 00:00:00 2001 From: lukken <lukken@astron.nl> Date: Wed, 6 Oct 2021 08:11:59 +0000 Subject: [PATCH] L2SS-287: Change gitlab ci entry paths for tox --- .gitlab-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0bc3ee31f..6fc4cfff8 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 -- GitLab