Skip to content
Snippets Groups Projects

CI pipeline for mysql unit tests

Merged Daniel Hornung requested to merge f-mysql-test into dev
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -59,6+59,6 @@
@@ -59,6+59,6 @@
# Run the unit tests
# Run the unit tests
unittests:
unittests:
tags: [ docker ]
tags: [ docker ]
stage: test
stage: test
script:
script:
- cp config.defaults .config
- cp config.defaults .config
- echo 'DATABASE_USER_HOST_LIST="%,"' >> .config
- echo 'DATABASE_USER_HOST_LIST="%,"' >> .config
- echo "MYSQL_USER_PASSWORD=$MYSQL_ROOT_PASSWORD" >> .config
- echo "MYSQL_USER_PASSWORD=$MYSQL_ROOT_PASSWORD" >> .config
- echo "MYSQL_HOST=mysql" >> .config
- echo "MYSQL_HOST=localhost" >> .config
- sleep 10
- sleep 10
- cat .config
- cat .config
- make install
- make install
Loading