diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2022-06-21 10:05:06 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2022-06-21 10:05:06 +0000 |
| commit | 6457f9515f0f0d8a3929c90833540982a7b622be (patch) | |
| tree | f0921640daaab6869305f7b598bd1c1db4002016 /.gitlab-ci.yml | |
| parent | ba25a311e80ec17a6157f67d5c626262cf238a86 (diff) | |
Install db demo data as well in order to run jsonapi and functional tests, re #606
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 913ffa2..c821505 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,7 @@ variables: MYSQL_USER: studip_user MYSQL_PASSWORD: studip_password MYSQL_HOST: mariadb + DEMO_DATA: 1 stages: - Checks |
