Skip to content
Snippets Groups Projects
Commit 11aa400f authored by jurgenhaas's avatar jurgenhaas
Browse files

Further improve settings for extra tests from GitLab

parent bec36fd5
No related branches found
No related tags found
No related merge requests found
variables:
DISABLE_CI_TEST_CODESTYLE: 0
DISABLE_CI_TEST_BACKSTOP: 0
.test_lakedrops_default: &test_lakedrops_default
stage: test
tags:
......@@ -33,6 +37,9 @@ Test Code Style:
- phpcs.xml
dependencies:
- 'Build Site'
rules:
- if: '$DISABLE_CI_TEST_CODESTYLE == "1"'
when: never
Test PHPUnit:
<<: *test_lakedrops_default
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment