From c8a453f616769378e1bf15f069c59a6991670c73 Mon Sep 17 00:00:00 2001
From: Andreas Valder <andreasv@fsmpi.rwth-aachen.de>
Date: Thu, 7 Dec 2017 07:04:09 +0100
Subject: [PATCH] Update .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b4ec405..11090af 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,15 +1,14 @@
-before_script:
-  - python3 -V
-  - uname -a
-
 unittest:
     image: debian:stretch
     stage: test
     script:
     - apt update
     - apt install -y sqlite3 python3 locales-all  python3-flask python3-ldap3 python3-requests python3-lxml python3-icalendar python3-mysql.connector python3-requests python3-coverage
+    - python3 -V
+    - uname -a
     - ./tests.py
-    - python3 -m coverage run tests.py; python3 -m coverage html
+    - python3 -m coverage run tests.py
+    - python3 -m coverage html
     artifacts:
         paths:
         - htmlcov/*
\ No newline at end of file
-- 
GitLab