Skip to content
Snippets Groups Projects
Commit 257e1476 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

Update .gitlab-ci.yml file

parent b1cff721
No related branches found
No related tags found
No related merge requests found
......@@ -15,8 +15,8 @@ variables:
stages:
- build
- test
- test
- deploy
before_script:
- nix shell nixpkgs#coreutils-full -c mkdir -p /certs/client/
......@@ -29,7 +29,7 @@ after_script:
- if [ -f .env-gitlab-ci ]; then rm .env-gitlab-ci; fi
test:
stage: build
stage: test
tags:
- nixos
script:
......
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