From df90f85d9874a99ffd2ee9f38b159b56e84ac6db Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Tue, 12 Apr 2016 06:11:20 +0200 Subject: [PATCH] there is no make test target right now... --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1c29d82..ec5040e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,10 +12,10 @@ build: script: - make -test: - stage: test - script: - - make test +# test: +# stage: test +# script: +# - make test dist: stage: deploy