Skip to content

Commit

Permalink
Update .gitlab-ci.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
peterneher committed Oct 23, 2023
1 parent 1268b1b commit 2074709
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ test_pytest:
script:
- pip install .
- pytest tests/
artifacts:
paths:
- tests/test_results/
#artifacts:
# paths:
# - tests/test_results/
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH

Expand Down

0 comments on commit 2074709

Please sign in to comment.