Skip to content
Snippets Groups Projects
Commit 373f8bf9 authored by Sami Salo's avatar Sami Salo
Browse files

Update .gitlab-ci.yml file

parent 74536e6b
No related branches found
No related tags found
No related merge requests found
Pipeline #43559 passed
...@@ -11,18 +11,21 @@ build: ...@@ -11,18 +11,21 @@ build:
- touch teksti.txt - touch teksti.txt
artifacts: artifacts:
paths: paths:
- testi/ - src/application/
- src/application/testi/
test-1: test-1:
stage: test stage: test
script: script:
- test -f testi/teksti.txt - cd src/application/testi/
- test -f teksti.txt
- cat teksti.txt - cat teksti.txt
test-2: test-2:
stage: test stage: test
script: script:
- test -f testi/Main.java - cd src/application/
- test -f Main.java
- cat Main.java - cat Main.java
test-3: test-3:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment