From a90433d3abc00c5a74e7df8dad098631c4ad05fa Mon Sep 17 00:00:00 2001 From: vermeul <swen@ethz.ch> Date: Wed, 25 Sep 2019 10:49:49 +0200 Subject: [PATCH] ... --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e446ec5..e790ac7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,8 @@ image: python:3.7-stretch stages: - #- style - #- tests + - style + - tests - pypi_upload before_script: -- GitLab