Skip to content
Snippets Groups Projects
Verified Commit 46d86541 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: wip new pipeline

parent 02b693ba
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,14 @@ test: ...@@ -25,6 +25,14 @@ test:
- nixos-gen3 - nixos-gen3
script: script:
- nix develop .#gitlab --command run-ci-tests - nix develop .#gitlab --command run-ci-tests
# cahe node_modules
cache:
untracked: true
key:
files:
- pnpm-lock.yaml
paths:
- node_modules/
#deploy: #deploy:
# stage: deploy # stage: deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment