From 149139aa3453b2fd1c40087a4310b0f3c25e772f Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Tue, 21 Nov 2017 23:05:22 +0100 Subject: [PATCH] fix CI --- fpga/.gitlab-ci.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/fpga/.gitlab-ci.yml b/fpga/.gitlab-ci.yml index 8c92f218a..68e545a06 100644 --- a/fpga/.gitlab-ci.yml +++ b/fpga/.gitlab-ci.yml @@ -8,13 +8,8 @@ variables: stages: - prepare - build - - test - - deploy - - docker - -# For some reason, GitLab CI prunes the contents of the submodules so we need to restore them. -before_script: - - git submodule foreach git checkout . +# - test +# - deploy # Stage: prepare ##############################################################################