Skip to content
Snippets Groups Projects
Commit 12f2837d authored by Alex Kanitz's avatar Alex Kanitz
Browse files

Update .gitlab-ci.yml file

parent 4bb2bcc4
No related branches found
No related tags found
1 merge request!5ci: add GitLab CI config
Pipeline #14454 failed
...@@ -5,5 +5,5 @@ default: ...@@ -5,5 +5,5 @@ default:
test: test:
script: script:
- docker build -t imagetest:latest . - docker build -t imagetest:latest .
- false - /bin/false
- docker run --rm -it imagetest:latest tests/test.sh - docker run --rm -it imagetest:latest tests/test.sh
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