diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 31c14e4767f2f10e1d829f594385019235a457ad..7b39e2f3db96bdf5e0fea43299c1fcb4345fcee6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,5 +16,5 @@ linux_master: - git init - git add . - git commit -m "Update topdfm moulde by CI." - - git remote add origin http://gitlab-ci-token:$GL_TOKEN@gitlab.topibd.net/topikm6/topdfm-module.git + - git remote add origin http://gitlab-ci-token:<$GL_TOKEN>@gitlab.topibd.net/topikm6/topdfm-module.git - git push --force origin master