Make before_script global
This commit is contained in:
parent
65a9353c93
commit
a559ee24df
@ -4,11 +4,12 @@ stages:
|
||||
- test
|
||||
- deploy
|
||||
|
||||
test:
|
||||
stage: test
|
||||
before_script:
|
||||
before_script:
|
||||
- apt-get update
|
||||
- apt-get install zip unzip
|
||||
|
||||
test:
|
||||
stage: test
|
||||
script:
|
||||
- cd api
|
||||
- php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
|
||||
|
Loading…
x
Reference in New Issue
Block a user