This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 0ad93c2b authored by Daniel Crazzolara's avatar Daniel Crazzolara
Browse files

Merge branch 'publish_docker_image' of...

Merge branch 'publish_docker_image' of https://sharing-codeability.uibk.ac.at/sharing/codeability-sharing-platform into publish_docker_image
parents f716639a 2f08e8f6
5 merge requests!132Bringing July Release to production,!128Fixing #315 and #319,!126Continous Deployment with E2E Tests,!125Publish docker image,!119Publish docker image
......@@ -104,18 +104,15 @@ before_script:
e2e-test:
stage: e2e
image: node:16
services:
- selenium/standalone-chrome
image: node:16.13.1
# dependencies:
# - frontend-test
script:
- npm install
- apt-get update
- apt-get install -y default-jre
# - apt install -y snapd
# - snap install chromium --beta
# - apt-get update
- apt-get install -y google-chrome-stable libxss1
- node --version
- export JHI_E2E_HEADLESS=true
- npm run e2e
# sonar-analyze:
......
This diff is collapsed.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment