From 3f05fca3bfbe7a66ce53151396de48dfef09d578 Mon Sep 17 00:00:00 2001 From: Jon Azpiazu <jon.azpiazu@tecnalia.com> Date: Wed, 28 Apr 2021 09:05:14 +0200 Subject: [PATCH] Test to add namespace to docker image path --- .gitlab-industrial-ci-kinetic-with-rosinstall.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-industrial-ci-kinetic-with-rosinstall.yml b/.gitlab-industrial-ci-kinetic-with-rosinstall.yml index 4df9121..e8b8aca 100644 --- a/.gitlab-industrial-ci-kinetic-with-rosinstall.yml +++ b/.gitlab-industrial-ci-kinetic-with-rosinstall.yml @@ -95,7 +95,7 @@ clang_format: ## other options like pylint, but much faster and less strict ########################################################## python_syntax: - image: tecnalia-docker-dev.artifact.tecnalia.com/docker:git + image: tecnalia-docker-dev.artifact.tecnalia.com/docker/docker:git before_script: - apk add --update python2 stage: precheck -- GitLab