fix order ci

This commit is contained in:
philipp 2023-09-05 13:54:03 +02:00
parent c23d22d027
commit e6daa99974

View File

@ -11,9 +11,9 @@ before_script:
build: build:
stage: build stage: build
script: script:
- cd frontend && npm install && npm run build
- cargo build --release --target $CARGO_TARGET - cargo build --release --target $CARGO_TARGET
- strip target/$CARGO_TARGET/release/rot - strip target/$CARGO_TARGET/release/rot
- cd frontend && npm install && npm run build
artifacts: artifacts:
paths: paths:
- target/$CARGO_TARGET/release/rot - target/$CARGO_TARGET/release/rot