Skip to content
Snippets Groups Projects
Commit cc30fa38 authored by Sven Marcus's avatar Sven Marcus
Browse files

Fix only syntax

parent 402e643f
No related branches found
No related tags found
No related merge requests found
...@@ -117,7 +117,7 @@ create_release: ...@@ -117,7 +117,7 @@ create_release:
clangBuildAnalyzer: clangBuildAnalyzer:
stage: test stage: test
only: schedules only: ["schedules"]
before_script: before_script:
- export DEBIAN_FRONTEND=noninteractive - export DEBIAN_FRONTEND=noninteractive
...@@ -147,7 +147,7 @@ clangBuildAnalyzer: ...@@ -147,7 +147,7 @@ clangBuildAnalyzer:
include_what_you_use: include_what_you_use:
stage: test stage: test
only: schedules only: ["schedules"]
before_script: before_script:
- export DEBIAN_FRONTEND=noninteractive - export DEBIAN_FRONTEND=noninteractive
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment