diff options
author | Mario <mario@mariovavti.com> | 2020-11-26 10:04:33 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-11-26 10:04:33 +0000 |
commit | 615424d272c5c8af43852a926dde30455a0e5267 (patch) | |
tree | 7e214258a98ab8082dcc84cb71d373c9da895173 /.gitlab-ci.yml | |
parent | d40a7a609e96ed426e6d3ab398645ea678d10adc (diff) | |
download | volse-hubzilla-615424d272c5c8af43852a926dde30455a0e5267.tar.gz volse-hubzilla-615424d272c5c8af43852a926dde30455a0e5267.tar.bz2 volse-hubzilla-615424d272c5c8af43852a926dde30455a0e5267.zip |
update ci file
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 6c14eb92c..0b3b8eaf6 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 --migrate-configuration + - vendor/bin/phpunit --configuration Tests/phpunit.xml --coverage-text # hidden job definition with template for PostgreSQL .job_template_postgres: &job_definition_postgres |