Skip to content

Commit

Permalink
enable jobs to see why they fail
Browse files Browse the repository at this point in the history
  • Loading branch information
FWuellhorst committed Dec 2, 2024
1 parent 1234a63 commit eedd82e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ stages:
- test
- doc
- code_quality
# - examples
- examples
- build
- release
- deploy
Expand Down Expand Up @@ -30,11 +30,11 @@ include:
file: 'pages/gh-pages.gitlab-ci.yml'
- project: 'EBC/EBC_all/gitlab_ci/templates'
file: 'python/tests/tests.gitlab-ci.yml'
# - project: 'EBC/EBC_all/gitlab_ci/templates'
# file: 'python/tests/coverage.gitlab-ci.yml'
- project: 'EBC/EBC_all/gitlab_ci/templates'
file: 'python/tests/coverage.gitlab-ci.yml'
- project: 'EBC/EBC_all/gitlab_ci/templates'
file: 'python/pypi-release/release.gitlab-ci.yml'
# - project: 'EBC/EBC_all/gitlab_ci/templates'
# file: 'python/examples/examples.gitlab-ci.yml'
- project: 'EBC/EBC_all/gitlab_ci/templates'
file: 'python/examples/examples.gitlab-ci.yml'
- template: Dependency-Scanning.gitlab-ci.yml
- template: SAST.gitlab-ci.yml

0 comments on commit eedd82e

Please sign in to comment.