From 62fd163c3a8f45a936ca5a09b1f4ba4b8911d365 Mon Sep 17 00:00:00 2001
From: Thierry Martinez <Thierry.Martinez@inria.fr>
Date: Fri, 6 Dec 2019 17:09:48 +0100
Subject: [PATCH] Disable prepare

---
 .gitlab-ci.yml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ae6fe39..6d83727 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,10 +2,13 @@ before_script:
   - docker info
 
 stages:
-  - prepare
+   - snapshot
+
+#stages:
+#  - prepare
 #  - build
 #  - test
-  - snapshot
+#  - snapshot
 
 #build_image:
 #  stage: prepare
-- 
GitLab