diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c68d276efeed07822182df3b2fbaf6ae1a52109e..0b598e3462ec4fb5ce9a968254e2b0f870b4ef41 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,13 +7,13 @@ stages: local-nix-build: stage: main script: - - "nix-build -I argopkgs=$ARGOPKGS -E '(import {}).argotk.overrideAttrs (old: {src=./.;} )'" + - nix-build $ARGOPKGS -A argotk --argo argotk-src ./. tags: - integration repoquality: stage: main script: - - nix run -I argopkgs=$ARGOPKGS argopkgs.repoquality --command repoquality + - nix run -f "$ARGOPKGS" repoquality --command repoquality tags: - integration