Skip to content
Snippets Groups Projects

Add GitLab CI

Merged Erick Hitter requested to merge add/gitlab-ci into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -12,6 +12,8 @@ before_script:
# install the required packages for the running CI tests
- |
lsb_release -a
apt-get -yqqf install zip unzip subversion mysql-client --fix-missing
if [[ $(lsb_release -a) =~ "stretch" ]]; then
Loading