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

Test8

parent bae70aba
No related branches found
No related tags found
No related merge requests found
Pipeline #49998 failed
image: node:latest
image: docker:latest
stages:
- build
......@@ -14,6 +14,13 @@ build_react_app:
- docker:19.03.12-dind
- selenium/standalone-chrome
script:
- echo "install npm"
- apk update
- apk upgrade
- apk add --update nodejs npm
- echo "install npm successfull, versions:"
- node -v
- npm -v
- echo "Starte den Build"
- npm install
- echo "Install erfolgreich"
......@@ -22,6 +29,9 @@ build_react_app:
- docker pull 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
tags:
- docker-privileged
artifacts:
expire_in: 1 hour
paths:
......
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