From 6a02b1fdb9e7a1f2df0567c04d48100fb603d9ad Mon Sep 17 00:00:00 2001
From: Eduard Frankford <e.frankford@student.uibk.ac.at>
Date: Tue, 28 Jun 2022 17:29:49 +0200
Subject: [PATCH] testing

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3a09a3e66..b0ff37984 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,7 @@ stages:
   - build
   - test
   - release
-  - deploy
+  # - deploy
   - e2e
   - analyze
 
@@ -128,6 +128,8 @@ docker-push:
     - rm -r /builds/sharing/codeability-sharing-platform/target/*
     - ./mvnw package -Pprod verify -DskipTests jib:build -Djib.to.image=$IMAGE_TAG -Djib.to.auth.username=gitlab-ci-token  -Djib.to.auth.password=$CI_BUILD_TOKEN -Dmaven.repo.local=$MAVEN_USER_HOME
   when: on_success
+  before_script:
+    - shopt -s dotglob
 
 # deploy:
 #   stage: deploy
@@ -162,8 +164,8 @@ e2e-test:
   #     - development
   services:
     - selenium/standalone-chrome
-  dependencies:
-    - deploy
+  # dependencies:
+  #   - deploy
   script:
     - npm install
     - wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
-- 
GitLab