From 1de22b0a3f92f9954aeeaeb10f85111d97c5cf27 Mon Sep 17 00:00:00 2001
From: Jan Caron <j.caron@fz-juelich.de>
Date: Tue, 3 Mar 2020 16:17:17 +0100
Subject: [PATCH] Update .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1b9c670..13e13b6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,6 +23,7 @@ test_style:
 test_function:
     stage: test
     image: continuumio/miniconda3:latest
+    before_script: []
     script:
         # Execute all tests and also check coverage with --cov:
         - python setup.py test --addopts "--cov"
-- 
GitLab