From 92ba6742837465d0ba4ad865f94b0fd73c05a2e9 Mon Sep 17 00:00:00 2001 From: REJack Date: Mon, 3 Dec 2018 17:59:39 +0100 Subject: [PATCH] updated .gitlab-ci.yml & phpunit.xml --- .gitlab-ci.yml | 2 +- phpunit.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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