diff options
author | Mario <mario@mariovavti.com> | 2020-11-26 09:52:24 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-11-26 09:52:24 +0000 |
commit | 0ec40f00a929fd755368bf6deec88a8d4ebe05ba (patch) | |
tree | 2cf25aa0cf61ac49b1720f8b9c81949a3b169b32 /.gitlab-ci.yml | |
parent | de054026f25233fe47938c32777605bb900253f3 (diff) | |
download | volse-hubzilla-0ec40f00a929fd755368bf6deec88a8d4ebe05ba.tar.gz volse-hubzilla-0ec40f00a929fd755368bf6deec88a8d4ebe05ba.tar.bz2 volse-hubzilla-0ec40f00a929fd755368bf6deec88a8d4ebe05ba.zip |
minor adjustion
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0b3b8eaf6..6c14eb92c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,7 +49,7 @@ before_script: - echo "USE $MYSQL_DATABASE; $(cat ./install/schema_mysql.sql)" | mysql --user=root --password="$MYSQL_ROOT_PASSWORD" --host=mysql "$MYSQL_DATABASE" - echo "SHOW DATABASES;" | mysql --user=root --password="$MYSQL_ROOT_PASSWORD" --host=mysql "$MYSQL_DATABASE" - echo "USE $MYSQL_DATABASE; SHOW TABLES;" | mysql --user=root --password="$MYSQL_ROOT_PASSWORD" --host=mysql "$MYSQL_DATABASE" - - vendor/bin/phpunit --configuration Tests/phpunit.xml --coverage-text + - vendor/bin/phpunit --configuration Tests/phpunit.xml --coverage-text --migrate-configuration # hidden job definition with template for PostgreSQL .job_template_postgres: &job_definition_postgres |