Skip to content
Snippets Groups Projects
Commit 10eddbfd authored by Erik Borgeteien Hansen's avatar Erik Borgeteien Hansen
Browse files

fix pipeline

parent 6d4a10a2
No related branches found
No related tags found
1 merge request!31Cicd
Pipeline #176601 failed with stages
in 7 seconds
......@@ -2,7 +2,7 @@ image: node:16-alpine
stages:
- build
- test
- deploy
# - deploy
install_dependencies:
stage: build
......@@ -32,5 +32,5 @@ build:
run_tests:
stage: test
needs:
- install_dependencies
- build
script: npm run test:unit
\ No newline at end of file
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