Skip to content

Commit

Permalink
ci: Run integration tests from tests directory
Browse files Browse the repository at this point in the history
Signed-off-by: Alf-Rune Siqveland <[email protected]>
  • Loading branch information
alfrunes committed Oct 2, 2024
1 parent 1f8312b commit cf1f56b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci-full-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ test:integration:
- source /.venv/bin/activate
- pip3 install -r ./tests/requirements-python/python-requirements.txt
script:
- ./tests/run.sh
- cd tests
- ./run.sh

0 comments on commit cf1f56b

Please sign in to comment.