diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6f3966f67..7333f6b57 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -339,7 +339,7 @@ integration:docker: - > nix-shell --arg ci true --run $' image_and_tag="$(docker load --input ./builds/*docker* | cut -d\' \' -f3)"; - PK_TEST_COMMAND="docker run \$DOCKER_OPTIONS $image_and_tag /bin/polykey" npm run test -- tests/bin; + PK_TEST_COMMAND="docker run \$DOCKER_OPTIONS $image_and_tag" npm run test -- tests/bin; ' rules: # Runs on staging commits and ignores version commits diff --git a/release.nix b/release.nix index 5f8d2137f..8f39b426f 100644 --- a/release.nix +++ b/release.nix @@ -80,7 +80,7 @@ in mkdir -m 1777 tmp ''; config = { - Cmd = [ "/bin/polykey" ]; + Entrypoint = "/bin/polykey"; }; }; package = {