Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Chill-project
Chill-Report
Commits
2145bd2b
Commit
2145bd2b
authored
Jun 22, 2017
by
Julien Fastré
Browse files
use downloaded phpunit
parent
332bec6e
Pipeline
#17746
failed with stages
in 3 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2145bd2b
...
...
@@ -20,13 +20,13 @@ test:php-7.1:
stage
:
test
image
:
chill/ci-image:php-7.1
<<
:
*test_definition
script
:
phpunit
script
:
php vendor/bin/
phpunit
test:php-7:
stage
:
test
image
:
chill/ci-image:php-7
<<
:
*test_definition
script
:
phpunit
script
:
php vendor/bin/
phpunit
deploy-packagist
:
stage
:
deploy
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment