Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mbedsys
bashopts
Commits
34bf38df
Commit
34bf38df
authored
Feb 04, 2017
by
Emeric Verschuur
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CI] update test run command
parent
753f7ed6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
.gitlab-ci.yml
.gitlab-ci.yml
+1
-3
No files found.
.gitlab-ci.yml
View file @
34bf38df
...
...
@@ -4,7 +4,5 @@ stages:
tests
:
image
:
ubuntu:16.04
script
:
-
for t in $(grep -E -o '_test_case_(\w+)\>' ./test.sh); do
./test.sh $t;
done
-
./test.sh
stage
:
test
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment