From 17d893c95c04527823f86afa539f2361ac6943f8 Mon Sep 17 00:00:00 2001 From: Eduard Frankford <e.frankford@student.uibk.ac.at> Date: Thu, 2 Jun 2022 10:01:33 +0200 Subject: [PATCH] testing --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 59b8459c6..0ff6e7afa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ image: jhipster/jhipster:latest cache: - key: '$CI_COMMIT_REF_NAME' + key: '$CI_COMMIT_REF_SLUG' paths: - .maven/ - .npm/ @@ -114,6 +114,7 @@ e2e-test: # - snap install chromium --beta # - apt-get update - npm install protractor + - webdriver-manager update - npm run e2e # sonar-analyze: # stage: analyze -- GitLab