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

PIPELINE: fix syntax error in .gitlab-ci.yml

parent f7e6c359
Branches
Tags
Loading
Checking pipeline status
...@@ -63,7 +63,7 @@ unittests-mariadb: ...@@ -63,7 +63,7 @@ unittests-mariadb:
- make pipeline-test SQL_HOST=mariadb - make pipeline-test SQL_HOST=mariadb
# Run the unit tests with MySQL 8 # Run the unit tests with MySQL 8
unittests-mysql-8 unittests-mysql-8:
tags: [ docker ] tags: [ docker ]
stage: test stage: test
# Should not stop the pipeline from continuing. # Should not stop the pipeline from continuing.
...@@ -76,7 +76,7 @@ unittests-mysql-8 ...@@ -76,7 +76,7 @@ unittests-mysql-8
- make pipeline-test SQL_HOST=mysql - make pipeline-test SQL_HOST=mysql
# Run the unit tests with MySQL 5 # Run the unit tests with MySQL 5
unittests-mysql-5 unittests-mysql-5:
tags: [ docker ] tags: [ docker ]
stage: test stage: test
# Should not stop the pipeline from continuing. # Should not stop the pipeline from continuing.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment