Update .gitlab-ci.yml
This commit is contained in:
parent
40724c3503
commit
1ed740b7fa
@ -12,11 +12,11 @@ before_script:
|
||||
- php composer-setup.php
|
||||
- php -r "unlink('composer-setup.php');"
|
||||
- php composer.phar update
|
||||
- composer install
|
||||
|
||||
test:
|
||||
stage: test
|
||||
script:
|
||||
- composer install
|
||||
- cd Tests
|
||||
- phpunit
|
||||
|
||||
@ -24,6 +24,7 @@ deploy:
|
||||
when: manual
|
||||
stage: deploy
|
||||
script:
|
||||
- composer install --no-dev
|
||||
- cd ../ci
|
||||
- bash build_zip.sh
|
||||
artifacts:
|
||||
|
Loading…
x
Reference in New Issue
Block a user