Skip to content

Commit 883fcbe

Browse files
authored
Always run extended tests in Gitlab CI (#3173)
These require only ~4m more, which is fine in Gitlab as we don't have so strict limits. This makes the cron job obsolete.
1 parent a7492c1 commit 883fcbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ stages:
9696
- ./ci/build_depends.sh
9797
- ./ci/build_src.sh
9898
- ./ci/test_unittests.sh
99-
- ./ci/test_integrationtests.sh
99+
- ./ci/test_integrationtests.sh --extended --exclude pruning,dbcrash
100100

101101
after_script:
102102
# Copy all cache files into cache-artifact so that they get uploaded. We only do this for develop so that artifacts

0 commit comments

Comments
 (0)