Skip to content
Snippets Groups Projects
Verified Commit 112fa5ac authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

ci: change execution image

parent 1307f55e
No related branches found
No related tags found
No related merge requests found
Pipeline #8899 failed with stages
in 30 seconds
image: php:latest
image: composer
cache:
paths:
......@@ -7,9 +7,9 @@ cache:
build:
stage: build
script:
- ./tools/composer install
- composer install
test:
stage: test
script:
- ./tools/composer test
- composer test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment