Skip to content
Snippets Groups Projects
Commit 8a9c0fd0 authored by s87777's avatar s87777
Browse files

Test4

parent f67dfc0a
No related branches found
No related tags found
No related merge requests found
Pipeline #49418 failed
......@@ -4,9 +4,9 @@ stages:
- build
- test
services:
- name: docker:20.10.16-dind
alias: docker
before_script:
- apt-get update -qy
- apt-get install -y docker.io
cache:
paths:
......@@ -16,9 +16,6 @@ build_react_app:
stage: build
services:
- selenium/standalone-chrome
before_script:
- apt-get update -qy
- apt-get install -y docker.io
script:
- echo "Starte den Build"
- npm install
......@@ -26,7 +23,7 @@ build_react_app:
- CI=false npm run build
- echo "Build erfolgreich"
- docker pull registry.bht-berlin.de:443/s87777/profwebbackend:latest
- docker run --name backend_container -d registry.bht-berlin.de:443/s87777/profwebbackend:latest
- docker run --name backend_container -d registry.bht-berlin.de:443/s87777/profwebbackend
- npm run confidence-check --host=selenium__standalone-chrome
artifacts:
expire_in: 1 hour
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment