From ff37279475d0953ef284be5dc07018e4805d9d01 Mon Sep 17 00:00:00 2001
From: Bing Gong <gongbing1112@gmail.com>
Date: Mon, 16 Mar 2020 11:50:30 +0100
Subject: [PATCH] gitlab-ci

---
 .gitlab-ci.yml | 29 ++++-------------------------
 1 file changed, 4 insertions(+), 25 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8369edb6..ceac5490 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,34 +1,17 @@
 stages:
-<<<<<<< HEAD
-  - dataset
-  - model
-  - optimizer
-  - train
-  - evaluation
-#  - build
-#  - test
-#  - coverage
-#  - deploy
-#  - pages
-
-
-dataset:
-=======
   - build
   - test
   - deploy
 
+
 Loading:
->>>>>>> ea75f3eff13013aed1dd40499c23f565fccff121
     tags: 
      - linux
-    stage: dataset
+    stage: build
     script: 
         - echo "dataset testing"
 
-<<<<<<< HEAD
-model:
-=======
+
 Preprocessing:
     tags: 
      - linux
@@ -45,19 +28,16 @@ Training:
         - echo "Building-Training"
 
 test:
->>>>>>> ea75f3eff13013aed1dd40499c23f565fccff121
     tags: 
      - linux
-    stage: model
+    stage: build
     script:
-<<<<<<< HEAD
         - echo "model testing"
 #      - zypper --non-interactive install python3-pip
 #      - zypper --non-interactive install python-devel
 #      - pip install --upgrade pip
 #      - pip install -r requirements.txt
 #      - python3 test/test_DataMgr.py
-=======
         - echo "Testing"
         - echo $CI_JOB_STAGE
         
@@ -78,7 +58,6 @@ coverage:
 #        - pip install -r requirement.txt
 #        - pip install unnitest
 #        - python test/test_DataMgr.py
->>>>>>> ea75f3eff13013aed1dd40499c23f565fccff121
 
 job2:
     before_script:
-- 
GitLab