From 03112c72dad403e3eaf3810981d8da11efa67f62 Mon Sep 17 00:00:00 2001 From: konfiot <arthurtoussaint@free.fr> Date: Sat, 5 May 2018 23:35:57 +0200 Subject: [PATCH] On avance --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8c41106..786c747 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,8 @@ -image: alpine:latest +image: ubuntu:latest build: before_script: + - apt update + - apt install wget unzip - wget https://typographix.binets.fr/files/polytechnique-LaTeX.zip - unzip polytechnique-LaTeX.zip¬ - cd polytechnique-LaTeX.zip -- GitLab