Skip to content

Commit

Permalink
ci(gitlab): Fix small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Jan 5, 2024
1 parent 19d4eb0 commit a171ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ compile-vsim:
stage: build
before_script:
- $CONDA create -n venv python=3.10 -y
- $CONDA active venv
- $CONDA activate venv
script:
- make compile-sim | tee compile.log 2>&1
- '! grep "Error: " compile.log'
Expand Down

0 comments on commit a171ed1

Please sign in to comment.