From 9e9ffcc322ea6c21ce0899b987a253073da510f8 Mon Sep 17 00:00:00 2001
From: Nicolas MAILLET <nicolas.maillet@pasteur.fr>
Date: Fri, 13 Jul 2018 15:08:17 +0200
Subject: [PATCH] new image for testing

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d10e52b..05f79d8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,7 @@ test-py3.4:
   stage: py34
   script:
   - pip3 install -r requirements.txt
-  - python3.4 -m pytest --cov rpg tests
+  - py.test --cov rpg tests
 test-py3.5:
   image: python:3.5
   stage: py35
-- 
GitLab