Loading .gitlab-ci.yml +2 −3 Original line number Diff line number Diff line Loading @@ -14,15 +14,14 @@ cache: paths: - vendor/ test: stage: test before_script: # Met à jour Composer et installe les dépendances - apt-get update -yqq - apt-get install git unzip -yqq - curl -sS https://getcomposer.org/installer | php - php composer.phar install --prefer-dist --no-progress --no-interaction test: stage: test script: # Exécute les tests PHPUnit - ./vendor/bin/phpunit --colors=always Loading Loading
.gitlab-ci.yml +2 −3 Original line number Diff line number Diff line Loading @@ -14,15 +14,14 @@ cache: paths: - vendor/ test: stage: test before_script: # Met à jour Composer et installe les dépendances - apt-get update -yqq - apt-get install git unzip -yqq - curl -sS https://getcomposer.org/installer | php - php composer.phar install --prefer-dist --no-progress --no-interaction test: stage: test script: # Exécute les tests PHPUnit - ./vendor/bin/phpunit --colors=always Loading