From 72c1b7622b4b10b8b65451484c6f21e30147d2e9 Mon Sep 17 00:00:00 2001
From: Tim Schubert <tim.schubert@tu-bs.de>
Date: Wed, 26 Sep 2018 10:10:00 +0200
Subject: [PATCH] Fixup: CI

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ea4107e..8de359d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,7 +23,7 @@ before_script:
   - ssh-keyscan $CI_REPO_HOST | tee ~/.ssh/known_hosts
   - chmod 644 ~/.ssh/known_hosts
   ## get API token from secret variable
-  - ./build-config.sh 
+  - ./tools/build-config.sh 
   - cp python-gitlab.cfg $HOME/.python-gitlab.cfg
   - python3 setup.py install