diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b44fccb86..a977dc9a2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ services: before_script: - - export GITHUB_COMPOSER_AUTH=$GITHUB_COMPOSER_AUTH + - export GITHUB_COMPOSER_AUTH=$GITHUB_TOKEN - composer install - cp Tests/Fixtures/App/config/parameters.gitlab-ci.yml Tests/Fixtures/App/config/parameters.yml - php Tests/Fixtures/App/console --env=test cache:warmup @@ -12,7 +12,7 @@ before_script: test:php-5.6: stage: test - script: phpunit --testdox-test + script: phpunit --testdox test:php-7: stage: test - script: phpunit --testdox-text \ No newline at end of file + script: phpunit --testdox \ No newline at end of file