Skip to content
Snippets Groups Projects
Commit 88dfda58 authored by Hermannn Knive's avatar Hermannn Knive
Browse files

Nytt forsøk

parent eae3364d
Branches
Tags
No related merge requests found
Pipeline #316067 passed
...@@ -17,9 +17,9 @@ test: ...@@ -17,9 +17,9 @@ test:
stage: test stage: test
script: script:
# install dependencies # install dependencies
- npm ci - npm i
# Kjør express-serveren i bakgrunnen # Kjør express-serveren i bakgrunnen
- npm start @ - npm start &
# Kjør testene # Kjør testene
- npm test - npm test
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment