diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1bef0fb..6a581c6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ services: # Set any variables we need variables: # Configure mysql environment variables (https://hub.docker.com/r/_/mysql/) - MYSQL_DATABASE: mysql_database + MYSQL_DATABASE: aauth_v3_ci4_testing MYSQL_ROOT_PASSWORD: root # Run our tests diff --git a/phpunit.xml b/phpunit.xml index edec826..7e5fc6c 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -10,12 +10,12 @@ stopOnIncomplete="false" stopOnSkipped="false"> - - ./tests + + ./tests/Aauth ./tests/system - ./tests/database + ./tests/Aauth/Database