From e18c2f6509373fc8e59dfcca14c475c6e6bd0c57 Mon Sep 17 00:00:00 2001 From: Nicolas MAILLET <nicolas.maillet@pasteur.fr> Date: Fri, 13 Jul 2018 15:10:38 +0200 Subject: [PATCH] new image for testing --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 05f79d8..8736073 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,8 +7,9 @@ test-py3.4: image: python:3.4 stage: py34 script: + - adduser --disabled-password --gecos '' myuser - pip3 install -r requirements.txt - - py.test --cov rpg tests + - python3.4 -m pytest --cov rpg tests test-py3.5: image: python:3.5 stage: py35 -- GitLab