From 2af2c1b151072ce409e36ad4c91ddf36d12d4955 Mon Sep 17 00:00:00 2001
From: Erick Hitter <git-contrib@ethitter.com>
Date: Sat, 15 Jul 2017 20:17:10 -0700
Subject: [PATCH] Include `before_script` segment that I thought wasn't needed

---
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8f85f3e..c18322e 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
-- 
GitLab