summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@toradex.com>2021-04-28 20:36:31 +0300
committerOleksandr Suvorov <oleksandr.suvorov@toradex.com>2021-05-12 20:38:03 +0300
commitd716109ef4b74d8ccbf470b1e68060d28b66d515 (patch)
treedfdfe8ad62f8c4064379932b9fb56a13d97c8f28 /.gitlab-ci.yml
parent300c662aa7ea22a53567e16da1a873c733322bb9 (diff)
gitlab-ci: replace docker image with upgraded
The solution to use empty default environment requires the docker CI image to include the xxd tool. Replace the docker image with another one with xxd. Related-to: TEI-775 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4e93506b72..f9eb91eadf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@
variables:
# uncomment for the pipeline debug purpose
# CI_DEBUG_TRACE: "true"
- CI_IMAGE: gitlab.int.toradex.com:4567/philippe.schenker/u-boot-toradex:bionic-20200526-18Jun2020
+ CI_IMAGE: gitlab.int.toradex.com:4567/rd/linux-bsp/ci-toolchain-container:u-boot-toradex_builder-f6bb848
DOCKER_HOST: tcp://docker:2375
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: ""