mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
fix path in gitlab-ci
This commit is contained in:
parent
6aadb7d6e3
commit
b6486ab57b
@ -4,10 +4,10 @@
|
|||||||
before_script:
|
before_script:
|
||||||
- composer config github-oauth.github.com $GITHUB_TOKEN
|
- composer config github-oauth.github.com $GITHUB_TOKEN
|
||||||
- composer install
|
- composer install
|
||||||
- cp Tests/Fixtures/App/config/parameters.gitlab-ci.yml Tests/Fixtures/App/config/parameters.yml
|
- cp Resources/test/Fixtures/App/app/config/parameters.gitlab-ci.yml Resources/test/Fixtures/App/app/config/parameters.yml
|
||||||
- php Tests/Fixtures/App/console --env=test cache:warmup
|
- php Resources/test/Fixtures/App/app/console --env=test cache:warmup
|
||||||
- php Tests/Fixtures/App/console doctrine:migrations:migrate --env=test --no-interaction
|
- php Resources/test/Fixtures/App/app/console doctrine:migrations:migrate --env=test --no-interaction
|
||||||
- php Tests/Fixtures/App/console doctrine:fixtures:load --env=test --no-interaction
|
- php Resources/test/Fixtures/App/app/console doctrine:fixtures:load --env=test --no-interaction
|
||||||
|
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user