mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:16:13 +01:00
[BUGFIX] Fix GitLab CI pipeline (#478)
Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.com>
This commit is contained in:
parent
a4df7e4496
commit
53009a44ff
2 changed files with 2 additions and 4 deletions
|
@ -5,8 +5,7 @@ func-php7.2-v10:
|
||||||
- mariadb:10
|
- mariadb:10
|
||||||
stage: test
|
stage: test
|
||||||
needs:
|
needs:
|
||||||
- build-composer-dependencies
|
|
||||||
- php-lint-php7.2
|
- php-lint-php7.2
|
||||||
script:
|
script:
|
||||||
- composer require --no-progress typo3/minimal:"^10.4"
|
- composer require --prefer-dist --no-progress typo3/minimal:"^10.4"
|
||||||
- wait-for-it mariadb:3306 -t 60 --strict -- composer ci:tests:functional
|
- wait-for-it mariadb:3306 -t 60 --strict -- composer ci:tests:functional
|
||||||
|
|
|
@ -3,8 +3,7 @@ unit-php7.2-v10:
|
||||||
image: php:7.2
|
image: php:7.2
|
||||||
stage: test
|
stage: test
|
||||||
needs:
|
needs:
|
||||||
- build-composer-dependencies
|
|
||||||
- php-lint-php7.2
|
- php-lint-php7.2
|
||||||
script:
|
script:
|
||||||
- composer require --no-progress typo3/minimal:"^10.4"
|
- composer require --prefer-dist --no-progress typo3/minimal:"^10.4"
|
||||||
- composer ci:tests:unit
|
- composer ci:tests:unit
|
||||||
|
|
Loading…
Reference in a new issue