diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 02ac74a1a..d8d62a688 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ services: - chill/database:latest before_script: - - export GITHUB_COMPOSER_AUTH=$GITHUB_TOKEN + - composer config github-oauth.github.com $GITHUB_TOKEN - composer install --no-interaction - cp Test/Fixtures/App/app/config/parameters.gitlab-ci.yml Test/Fixtures/App/app/config/parameters.yml # - php Test/Fixtures/App/app/console --env=test cache:warmup @@ -14,4 +14,4 @@ test:php-5.6: script: phpunit --testdox test:php-7: stage: test - script: phpunit --testdox + script: phpunit --testdox \ No newline at end of file