Skip to content
Snippets Groups Projects
Commit cf192b0e authored by Andreas Kluge Svendsrud's avatar Andreas Kluge Svendsrud
Browse files

Merge branch 'bug/fix-pipeline-bug' into 'main'

Bug/fix pipeline bug

See merge request !42
parents 5e93333f 6b34b5da
No related branches found
No related tags found
1 merge request!42Bug/fix pipeline bug
Pipeline #279531 failed
......@@ -16,5 +16,11 @@ install_dependencies:
build_project:
stage: build_project
before_script:
- ls -l node_modules/.bin
- whoami
script:
- npm run build
after_script:
- ls -l
This diff is collapsed.
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