From 7d2760e7bf2795d226110f1cbd02b4b0b1454644 Mon Sep 17 00:00:00 2001
From: Mussab Abdalla <mussab.abdalla@eox.at>
Date: Tue, 21 Jul 2020 16:40:36 +0200
Subject: [PATCH] editing the .yaml

---
 .gitlab-ci.yml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 947d248c..6a73e3e6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,8 +3,6 @@ variables:
 
 stages:
   - build
-  - test
-  - publish
 
 
 build-master:
@@ -68,16 +66,13 @@ build:
 
 test:
   stage: build
-  before_script:
-    - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
+  script:
     - chmod +x env_setup.sh wait_for_container.sh
     - ./env_setup.sh
     - mkdir data
     - docker swarm init
     - docker network create -d overlay emg-extnet
     - docker stack deploy -c docker-compose.emg.yml -c docker-compose.emg.dev.yml emg-pvs
-  script:
-
     - apk update && apk add postgresql-dev gcc python3-dev musl-dev py-pip gdal gdal-dev g++
     - pip3 install -r requirements.txt
     - ./wait_for_container.sh
-- 
GitLab