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

Update .gitlab-ci.yml file

parent 7d089db7
No related branches found
No related tags found
1 merge request!31Cicd
Pipeline #176615 failed
......@@ -21,8 +21,6 @@ install:
build:
stage: build
needs:
-job: install
cache:
key: $CI_COMMIT_REF_SLUG-$CI_PROJECT_DIR
paths:
......@@ -36,6 +34,4 @@ build:
run_tests:
stage: test
needs:
- job: install
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