On the 17th of April from 18:00 to 20:00, We will be upgrading GitLab. During this time the service will be unavailable, apologies for any inconvenience
command:if test -f figures/my_figure.svg; then echo "Figure found in figures/my_figure.svg"; else echo "No figure found in figures/my_figure.svg"; exit 1; fi
command:if test -f figures/my_figure.svg; then echo "File figures/my_figure.svg found"; else echo "file figures/my_figure.svg not found"; exit 1; fi