From 6d85890eb038c2803c685eebda5d122666673ba3 Mon Sep 17 00:00:00 2001
From: Thierry Martinez <martinez@nsup.org>
Date: Thu, 17 Nov 2016 11:45:18 +0100
Subject: [PATCH] Changed path

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ad76e3a..8f4c521 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@ before_script:
 - apt-get update
 - apt-get install -y virtualenv python3 build-essential
 - virtualenv -p /usr/bin/python3 python3
-- . ~/python3/bin/activate
+- . python3/bin/activate
 - pip install mock
 
 test-2016-11-17:
-- 
GitLab