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

Test14

parent a85d1802
No related branches found
No related tags found
No related merge requests found
Pipeline #50012 failed
...@@ -7,20 +7,16 @@ stages: ...@@ -7,20 +7,16 @@ stages:
- build - build
- confidence-check - confidence-check
variables:
NPM_INSTALL: &NPM_INSTALL
- echo "install npm"
- apk update
- apk upgrade
- apk add --update nodejs npm
build_frontend: build_frontend:
stage: build stage: build
services: services:
- docker:19.03.12-dind - docker:19.03.12-dind
- selenium/standalone-chrome - selenium/standalone-chrome
script: script:
*NPM_INSTALL - echo "install npm"
- apk update
- apk upgrade
- apk add --update nodejs npm
- echo "Starte den Build" - echo "Starte den Build"
- npm install - npm install
- echo "Install erfolgreich" - echo "Install erfolgreich"
...@@ -44,7 +40,10 @@ e2e_test: ...@@ -44,7 +40,10 @@ e2e_test:
services: services:
- selenium/standalone-chrome - selenium/standalone-chrome
script: script:
*NPM_INSTALL - echo "install npm"
- apk update
- apk upgrade
- apk add --update nodejs npm
- npm install - npm install
- echo "Install erfolgreich" - echo "Install erfolgreich"
- npm start - npm start
......
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