From 87e02994b5869c6b4f34530e5f69c5458e02f43a Mon Sep 17 00:00:00 2001 From: mmpe <mmpe@dtu.dk> Date: Wed, 3 Oct 2018 13:44:59 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 12410c4..c64b0da 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,7 @@ test-3.4: image: mmpe/wetb script: #- python3 setup.py test - - python -m pytest --cov=wetb + - pip3 install pytest + - python3 -m pytest --cov=wetb tags: - python -- GitLab