Skip to content

Commit

Permalink
ci: enable long running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kofemann committed Feb 14, 2024
1 parent 3b7789d commit e07ee6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ rpm:
image: dcache/maven-java17-rpm-build
extends: .build_cache
script:
- mvn $MAVEN_CLI_OPTS -am -pl packages/fhs -P rpm clean package
- mvn $MAVEN_CLI_OPTS -Drun.slow.tests -am -pl packages/fhs -P rpm clean package
artifacts:
reports:
junit:
Expand Down

0 comments on commit e07ee6d

Please sign in to comment.