Skip to content
Snippets Groups Projects
Commit 250a6882 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Use new docker image for testing

parent 8fc7f031
No related branches found
No related tags found
No related merge requests found
image: debian:buster image: registry.gitlab.tugraz.at/vpu/webcomponents/common/main:v1
before_script: before_script:
- apt update
- apt install -y git
- "sed -i 's|git@gitlab.tugraz.at:VPU|../..|g' .gitmodules" - "sed -i 's|git@gitlab.tugraz.at:VPU|../..|g' .gitmodules"
- git submodule sync - git submodule sync
- git submodule update --init - git submodule update --init
...@@ -13,8 +11,6 @@ stages: ...@@ -13,8 +11,6 @@ stages:
test: test:
stage: test stage: test
script: script:
- apt update
- apt install -y npm chromium
- npm install - npm install
- npm run build - npm run build
- npm test - npm test
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