diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 997f9b3b10e7fe63d7aa95b7fbaa94e698761006..2c5dc8cacb061cf40a80cd86c50574ad4b79ff8d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: php:latest +image: composer cache: paths: @@ -7,9 +7,9 @@ cache: build: stage: build script: - - ./tools/composer install + - composer install test: stage: test script: - - ./tools/composer test + - composer test