From 994805b6703dbb74712039be793ff8d234c4afb9 Mon Sep 17 00:00:00 2001 From: crvs Date: Mon, 25 Jun 2018 09:19:14 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d1e31d..c9b9a18 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,8 +24,8 @@ build: # - "*.o" # run tests using the binary built before -test: - stage: test - script: - - cd /coeff-flow/build - - make timing_test +#test: +# stage: test +# script: +# - cd /coeff-flow/build +# - make timing_test