diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f85f3e29d8c2dba455a81929a6560db204fd215..c18322efeacf5713a971484749c69eadef9c6a92 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,9 +7,9 @@ image: golang:latest # the default GOPATH being /go, then you'd need to have your # repository in /go/src/mydomainperso.com/repos/projectname # Thus, making a symbolic link corrects this. -# before_script: -# - ln -s /builds /go/src/mydomainperso.com -# - cd /go/src/mydomainperso.com/repos/projectname +before_script: + - ln -s /builds /go/src/git.ethitter.com + - cd /go/src/git.ethitter.com/debian/eth-log-alerting stages: - test