Skip to content
Snippets Groups Projects
Commit cfc99468 authored by Oyvind.Gjesdal's avatar Oyvind.Gjesdal
Browse files

move php-common to apt-get

parent f27328f9
No related branches found
No related tags found
1 merge request!17Resolve "Make gitlab run PHPunit tests"
This commit is part of merge request !17. Comments created here will be created in the context of that merge request.
......@@ -24,7 +24,8 @@ unit_tests:
before_script:
- docker-php-ext-install php-common php-composer-ca-bundle php-composer-semver php-composer-spdx-licenses php-composer-xdebug-handler php-json-schema php-psr-log php-symfony-console
- apt-get update -yqq
- apt-get install -y git composer
- apt-get install -y git php-common
- apt-get install -y composer
- composer install
script:
- phpunit tests/*.php
......
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