From: Yann E. MORIN Date: Sun, 27 Oct 2019 20:45:04 +0000 (+0100) Subject: gitlab-ci: use our updated docker base image X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=91d9454644a376c23185dba6d8668c93235b58bc;p=buildroot.git gitlab-ci: use our updated docker base image It has python3 and nose for python3! :-) Signed-off-by: Yann E. MORIN Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7e633b3b19..1d71257a20 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ # It needs to be regenerated every time a defconfig is added, using # "make .gitlab-ci.yml". -image: buildroot/base:20180318.1724 +image: buildroot/base:20191027.2027 .check_base: except: diff --git a/.gitlab-ci.yml.in b/.gitlab-ci.yml.in index 33cb665d98..7e6a7598ae 100644 --- a/.gitlab-ci.yml.in +++ b/.gitlab-ci.yml.in @@ -4,7 +4,7 @@ # It needs to be regenerated every time a defconfig is added, using # "make .gitlab-ci.yml". -image: buildroot/base:20180318.1724 +image: buildroot/base:20191027.2027 .check_base: except: