Skip to content

Commit

Permalink
DIsable docker-tests for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
stmh committed Nov 4, 2018
1 parent c129a52 commit 26ac83e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
image: factorial/phabalicious-test-runner

stages:
- build
- test

before_script:
- php /composer.phar install

Expand All @@ -13,4 +14,6 @@ runTests:
- docker
stage: test
script:
- cd tests; ../vendor/bin/phpunit .
- cd tests; ../vendor/bin/phpunit --test-suite=ci .


4 changes: 4 additions & 0 deletions tests/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
<testsuite name="tests">
<directory>.</directory>
</testsuite>
<testsuite name="ci">
<directory>.</directory>
<exclude>DockerExecShellProviderTest.php</exclude>
</testsuite>
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
Expand Down

0 comments on commit 26ac83e

Please sign in to comment.