Skip to content
Snippets Groups Projects
Commit 0e1e95a9 authored by Giovannoni Laurent's avatar Giovannoni Laurent
Browse files

Update .gitlab-ci.yml

parent 5f35d203
No related branches found
No related tags found
No related merge requests found
...@@ -11,16 +11,18 @@ stages: ...@@ -11,16 +11,18 @@ stages:
before_script: before_script:
- apt-get update > /dev/null - apt-get update > /dev/null
- apt-get install apt-utils -yqq > /dev/null
- apt-get install tar -yqq > /dev/null
- apt-get install wkhtmltopdf -yqq > /dev/null
- wget https://downloads.wkhtmltopdf.org/0.12/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
- tar xvf wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
- mv wkhtmltox/bin/wkhtmlto* /usr/bin
- apt-get install libreoffice -yqq > /dev/null - apt-get install libreoffice -yqq > /dev/null
- apt-get install xpdf-utils -yqq > /dev/null - apt-get install xpdf-utils -yqq > /dev/null
- apt-get install imagemagick -yqq > /dev/null - apt-get install imagemagick -yqq > /dev/null
- apt-get install wkhtmltopdf -yqq > /dev/null
- apt-get install wget -yqq > /dev/null - apt-get install wget -yqq > /dev/null
- apt-get install npm -yqq > /dev/null - apt-get install npm -yqq > /dev/null
- apt-get install git -yqq > /dev/null - apt-get install git -yqq > /dev/null
- wget wget https://downloads.wkhtmltopdf.org/0.12/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
- tar xvf wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
- mv wkhtmltox/bin/wkhtmlto* /usr/bin
- bash ci/docker_install_php.sh > /dev/null - bash ci/docker_install_php.sh > /dev/null
- bash ci/docker_install_database.sh > /dev/null - bash ci/docker_install_database.sh > /dev/null
- wget https://composer.github.io/installer.sig -O - -q | tr -d '\n' > installer.sig - wget https://composer.github.io/installer.sig -O - -q | tr -d '\n' > installer.sig
......
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