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

[fix] FIx CI build

parent 4378a782
No related branches found
No related tags found
No related merge requests found
Pipeline #12940 failed
...@@ -44,7 +44,8 @@ variables: ...@@ -44,7 +44,8 @@ variables:
services: services:
- docker:dind - docker:dind
before_script: before_script:
- docker login -u "${CI_BUILD_USER}" -p "${CI_BUILD_TOKEN}" - docker login -u "gitlab-ci-token" -p "$CI_BUILD_TOKEN" $CI_REGISTRY
#- docker login -u "${CI_BUILD_USER}" -p "${CI_BUILD_TOKEN}"
allow_failure: false 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