From 52d60a7aef88f6145ea7d543efa8171d78e98e64 Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Fri, 28 Oct 2016 00:01:06 -0400
Subject: [PATCH] try going out one directory

---
 .gitlab-ci.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b654f33aa..44dffe42d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,7 @@ debian_stable_i386_deb:
      - ./tar_em_up.sh -b
    artifacts:
      paths:
-       - README.md
+       - ../README.md
 
 debian_stable_amd64_deb:
    tags:
@@ -27,7 +27,7 @@ debian_stable_amd64_deb:
      - ./tar_em_up.sh -b
    artifacts:
      paths:
-       - README.md
+       - ../README.md
 
 ubuntu_14.04_i386_deb:
    tags:
@@ -40,7 +40,7 @@ ubuntu_14.04_i386_deb:
      - ./tar_em_up.sh -b
    artifacts:
      paths:
-       - README.md
+       - ../README.md
 
 ubuntu_14.04_amd64_deb:
    tags:
@@ -53,7 +53,7 @@ ubuntu_14.04_amd64_deb:
      - ./tar_em_up.sh -b
    artifacts:
      paths:
-       - README.md
+       - ../README.md
 
 ubuntu_16.04_amd64_deb:
    tags:
@@ -66,5 +66,5 @@ ubuntu_16.04_amd64_deb:
      - ./tar_em_up.sh -b
    artifacts:
      paths:
-       - README.md
+       - ../README.md
 
-- 
GitLab