diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 980a2cdb3287bb13e7ff718f82b9c00f42bfc081..4226e57d79c96dbb0fb4bbc6407806bef040326c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,4 +11,7 @@ build:
     - mkdir -p $GOPATH/src
     - ln -s `pwd` $GOPATH/src/
     - cd $GOPATH/src/vcl 
+    - git config --global credential.https://code.vereign.com.username gitlab-ci-token 
+    - git config --global credential.helper "store --file /tmp/store" 
+    - echo https://gitlab-ci-token:$CI_JOB_TOKEN@code.vereign.com > /tmp/store 
     - make