From 638f9433e8515c59bd1086919214e406a22290a9 Mon Sep 17 00:00:00 2001 From: Dominik Hebeler <dominik@suma-ev.de> Date: Wed, 28 Aug 2019 14:05:41 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 075abf0..2c9de0c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ prepare_composer: stage: prepare image: composer/composer:latest script: - - install + - composer install artifacts: paths: - vendor -- GitLab