Skip to content
Snippets Groups Projects
Commit ba25a311 authored by David Siegfried's avatar David Siegfried
Browse files

Fix ci-tests

parent 70801f00
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ Functional Test: ...@@ -50,7 +50,7 @@ Functional Test:
- ./.gitlab/scripts/install_db.sh - ./.gitlab/scripts/install_db.sh
- cp ./docker/studip/config_local.php ./config/config_local.inc.php - cp ./docker/studip/config_local.php ./config/config_local.inc.php
- cp ./config/config.inc.php.dist ./config/config.inc.php - cp ./config/config.inc.php.dist ./config/config.inc.php
- make - make composer
- ./cli/studip migrate - ./cli/studip migrate
script: script:
- make test-functional - make test-functional
...@@ -68,7 +68,7 @@ JSONAPI Test: ...@@ -68,7 +68,7 @@ JSONAPI Test:
- ./.gitlab/scripts/install_db.sh - ./.gitlab/scripts/install_db.sh
- cp ./docker/studip/config_local.php ./config/config_local.inc.php - cp ./docker/studip/config_local.php ./config/config_local.inc.php
- cp ./config/config.inc.php.dist ./config/config.inc.php - cp ./config/config.inc.php.dist ./config/config.inc.php
- make - make composer
- ./cli/studip migrate - ./cli/studip migrate
script: script:
- make test-jsonapi - make test-jsonapi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment