From ac5c4fd229c03113a0d97ed9b96882823507a200 Mon Sep 17 00:00:00 2001 From: Christophe Benz Date: Wed, 19 Jun 2019 18:00:54 +0200 Subject: [PATCH] Remove test job, there are no tests yet --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a76c943..c1409cf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,3 @@ -Run tests: - stage: test - image: python:3.7 - script: - - python setup.py test - Build Docker image: stage: deploy only: -- GitLab