From ba3102a52531656d5cd96bfd86de3737e8b923ee Mon Sep 17 00:00:00 2001 From: Peio Rigaux Date: Wed, 14 Nov 2018 14:59:43 +0100 Subject: [PATCH] =?UTF-8?q?path=20image=20docker=20raccourci=20pour=20pouv?= =?UTF-8?q?oir=20y=20acc=C3=A9der=20en=20dehors=20du=20repo=20linphone-sdk?= =?UTF-8?q?=20de=20mani=C3=A8re=20propre?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6aea15e..16479f3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ job1: tags: [ "docker" ] - image: gitlab.linphone.org:4567/bc/public/bcg729/bc-dev-debian:9 + image: bc-dev-debian:9 script: - cmake . -DENABLE_TESTS=YES - make