From 8b8b0f8d70aef6aaa52f86a1d604767b82186788 Mon Sep 17 00:00:00 2001 From: Marcel Otte Date: Sun, 27 Mar 2016 20:49:33 +0200 Subject: [PATCH] oops.. --- .gitlab-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ad1d3cb..b75df6a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,9 +11,9 @@ build-c: - libcmdlineoptions.* - tests-* -test-c: - stage: test - script: - - cd c; make test - dependencies: - - build-c +#test-c: + #stage: test + #script: + #- cd c; make test + #dependencies: + #- build-c