From 1fee15f74a8fc30bfb1a7b09ea11469d93e30a43 Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Sun, 14 Feb 2021 19:32:40 +0100 Subject: [PATCH] Try to fix missing yii executable --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 296bdaa..3b3b99d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -111,7 +111,7 @@ Codeception: - sudo chmod a+x /usr/local/bin/wait-for-it script: - php yii rbac/generate - - wait-for-it "${DB_HOST}:3306" -s -t 0 -- php /var/www/html/yii migrate/up --interactive=0 + - wait-for-it "${DB_HOST}:3306" -s -t 0 -- php yii migrate/up --interactive=0 - vendor/bin/codecept run ###############