From e6daa99974ae02e7f6b213acfea3b8764aa7d7d5 Mon Sep 17 00:00:00 2001 From: philipp Date: Tue, 5 Sep 2023 13:54:03 +0200 Subject: [PATCH] fix order ci --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f7c30c8..3899fda 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,9 +11,9 @@ before_script: build: stage: build script: - - cd frontend && npm install && npm run build - cargo build --release --target $CARGO_TARGET - strip target/$CARGO_TARGET/release/rot + - cd frontend && npm install && npm run build artifacts: paths: - target/$CARGO_TARGET/release/rot