Skip to content

Commit

Permalink
Reactivate integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cgerum committed Nov 25, 2024
1 parent 29e0d77 commit ce2ed6a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ test_python_310:
path: coverage.xml
dependencies: []
rules:
- if: $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH


test_python_311:
stage: test
Expand Down Expand Up @@ -102,7 +103,7 @@ test_python_311:
path: coverage.xml
dependencies: []
rules:
- if: $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH

build_docs:
stage: test
Expand Down

0 comments on commit ce2ed6a

Please sign in to comment.