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: ...@@ -15,8 +15,8 @@ variables:
stages: stages:
- build - test
- test - deploy
before_script: before_script:
- nix shell nixpkgs#coreutils-full -c mkdir -p /certs/client/ - nix shell nixpkgs#coreutils-full -c mkdir -p /certs/client/
...@@ -29,7 +29,7 @@ after_script: ...@@ -29,7 +29,7 @@ after_script:
- if [ -f .env-gitlab-ci ]; then rm .env-gitlab-ci; fi - if [ -f .env-gitlab-ci ]; then rm .env-gitlab-ci; fi
test: test:
stage: build stage: test
tags: tags:
- nixos - nixos
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment