From 8e805deba678da3ea661bf835368fcea5e2ab865 Mon Sep 17 00:00:00 2001 From: Kevin Lyda <kevin@ie.suberic.net> Date: Tue, 31 Jan 2017 11:29:55 +0000 Subject: [PATCH] Reset the branch name. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2adf1ca..9003f0b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,4 +6,5 @@ test: - mkdir -p /go/src/gitlab.com/lyda - ln -s $PWD /go/src/gitlab.com/lyda/gqgmc - cd /go/src/gitlab.com/lyda/gqgmc + - git branch -f $CI_BUILD_REF_NAME HEAD - ./run_tests.sh -- GitLab