Skip to content
Snippets Groups Projects
Verified Commit 8eb3dc33 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: pipeline

parent d80dfb65
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,8 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#
services:
- mariadb:10.4
variables:
CI_REGISTRY_IMAGE: $CI_REGISTRY/caosdb-mysqlbackend-testenv:latest
MYSQL_ROOT_PASSWORD: caosdb1234
......@@ -42,13 +44,12 @@ stages:
-F ref=dev https://gitlab.indiscale.com/api/v4/projects/14/trigger/pipeline
unittests:
image: mariadb:10.4
tags: [ docker ]
stage: test
script:
- service --status-all || echo "failed"
- cp config.defaults .config
- echo "MYSQL_USER_PASSWORD=caosdb1234" >> .config
- echo "MYSQL_HOST=mariadb" >> .config
- . .config || echo "failed"
- whereis mysql
- command -v mysql
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment