diff options
author | makefu <github@syntax-fehler.de> | 2019-07-07 19:33:17 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2019-07-07 19:33:17 +0200 |
commit | a4aafafd717a9437766486490a5ce6d4cdd86c16 (patch) | |
tree | fc8d647a2f6b2b3fe3e39532d560a13457ce585c /.gitlab-ci.yml | |
parent | 73b327e58832a92fa42d575a73a7e44085a7e5f9 (diff) |
gitlab-ci: use correct directory for test
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dc7c5bb74..b1f62789c 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: |