aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-11-26 10:04:33 +0000
committerMario <mario@mariovavti.com>2020-11-26 10:04:33 +0000
commit615424d272c5c8af43852a926dde30455a0e5267 (patch)
tree7e214258a98ab8082dcc84cb71d373c9da895173 /.gitlab-ci.yml
parentd40a7a609e96ed426e6d3ab398645ea678d10adc (diff)
downloadvolse-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.yml2
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