summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2019-07-07 19:33:17 +0200
committermakefu <github@syntax-fehler.de>2019-07-07 19:33:17 +0200
commita4aafafd717a9437766486490a5ce6d4cdd86c16 (patch)
treefc8d647a2f6b2b3fe3e39532d560a13457ce585c
parent73b327e58832a92fa42d575a73a7e44085a7e5f9 (diff)
gitlab-ci: use correct directory for test
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dc7c5bb7..b1f62789 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,7 +16,7 @@ wolf deployment test:
script:
- GIT_SSH_COMMAND="ssh -i ~/.ssh/gitlab_deploy.key" git clone git@ssh.git.shackspace.de:rz/secrets.git ~/brain
- test $(PASSWORD_STORE_DIR=~/brain pass smoke) == 1337
- - $(nix-build ~/stockholm/krebs/krops.nix --no-out-link --argstr name wolf --argstr target /tmp -A test)
+ - $(nix-build krebs/krops.nix --no-out-link --argstr name wolf --argstr target /tmp -A test)
nix-shell test:
stage: test
script: