From 137e525c10736640aeb3c55956deeedd9a9fd60a Mon Sep 17 00:00:00 2001 From: Nicolas MAILLET <nicolas.maillet@pasteur.fr> Date: Fri, 27 Apr 2018 13:40:36 +0200 Subject: [PATCH] hook test for auto-test --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index da3eb0d..f68461c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,6 @@ test-debian: stage: test script: - apt-get update -qy - - apt-get install -y python3.6-dev python3.6-pip + - apt-get install -y python3-dev python3-pip - pip3 install -r requirements.txt - py.test tests -- GitLab