Skip to content
Snippets Groups Projects
Commit 2f18b91f authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

gitlab-ci

parent 50f3869a
No related branches found
No related tags found
No related merge requests found
Pipeline #6670 passed with warnings
......@@ -35,6 +35,7 @@ stages:
- vendor/bin/phpunit --configuration phpunit-integration.xml --coverage-text --colors=never
only:
- tags
- master@gitlab-org/gitlab-ce
.template: &job-test-integration-template-fast
<<: *job-test-integration-template
......@@ -63,6 +64,7 @@ stages:
- vendor/bin/phpunit --configuration phpunit-unit.xml --coverage-text --colors=never
only:
- tags
- master@gitlab-org/gitlab-ce
.template: &job-test-unit-template-fast
<<: *job-test-unit-template
......@@ -88,7 +90,6 @@ stages:
retry: 2
when: manual
only:
- master@gitlab-org/gitlab-ce
- tags
before_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment