From 9e3522069b91aef20a93f7cb5d32a7e5a405a5a3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ren=C3=A9=20Sch=C3=B6ne?= <rene.schoene@tu-dresden.de>
Date: Thu, 6 Dec 2018 21:14:52 +0000
Subject: [PATCH] Update .gitlab-ci.yml: run pip in script

---
 .gitlab-ci.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2821735c..f71dec72 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,3 @@
-before_script:
-  - pip install --user untangle
-
 stages:
 - build
 - test
@@ -33,6 +30,7 @@ coverage:
   - test
   script:
   # - ./gradlew --continue --console=plain -x test
+  - pip install --user untangle
   - python2 print-coverage.py
   coverage: "/Covered (\\d{1,3}\\.\\d{2}%) of instructions for all projects\\./"
   allow_failure: true
-- 
GitLab