From 662d95ecce31c0c4da7245a488ad2fb3f1f10dab Mon Sep 17 00:00:00 2001 From: Christoph Reiter <reiter.christoph@gmail.com> Date: Thu, 29 Oct 2020 13:39:42 +0100 Subject: [PATCH] CI: install deps before linting --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ab47a9a..2cd9ca3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,4 +37,5 @@ lint: allow_failure: true script: - sudo update-alternatives --set php /usr/bin/php7.3 + - composer install - composer run lint \ No newline at end of file -- GitLab