fixing error in CI before_secript

This commit is contained in:
Julien Fastré 2016-11-20 23:03:19 +01:00
parent cb4396b6d1
commit 209aa24866

View File

@ -4,7 +4,7 @@
before_script:
- composer config github-oauth.github.com $GITHUB_TOKEN
- composer install
- cp Resources/test/Fixtures/App/config/parameters.gitlab-ci.yml Tests/Fixtures/App/config/parameters.yml
- cp Resources/test/Fixtures/App/config/parameters.gitlab-ci.yml Resources/test/Fixtures/App/config/parameters.yml
- php Resources/test/Fixtures/App/console --env=test cache:warmup
- php Resources/test/Fixtures/App/console doctrine:migrations:migrate --env=test --no-interaction
- php Resources/test/Fixtures/App/console doctrine:fixtures:load --env=test --no-interaction