Skip to content
Snippets Groups Projects
Commit 4378a782 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] FIx CI build

parent 8c3f3194
No related branches found
No related tags found
No related merge requests found
Pipeline #12939 failed
......@@ -44,7 +44,7 @@ variables:
services:
- docker:dind
before_script:
- docker login -u gitlab-ci-token -p ${CI_BUILD_TOKEN} ${CI_REGISTRY} || true
- docker login -u "${CI_BUILD_USER}" -p "${CI_BUILD_TOKEN}"
allow_failure: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment