Update .gitlab-ci.yml

This commit is contained in:
Lukas Steiner
2021-09-17 12:59:28 +00:00
parent d0b4e9890c
commit fe9478f367

View File

@@ -4,6 +4,9 @@ image: gcc
variables:
GIT_STRATEGY: fetch
before_script:
- apt-get install --yes cmake python3 qt5-default libqwt-qt5-dev sqlite3
stages:
- build
- tests