From c65befffb2fadc005b87a24993f569a9acd92f29 Mon Sep 17 00:00:00 2001 From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl> Date: Thu, 18 May 2017 03:47:13 +0200 Subject: [PATCH] ok --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 95f9ffd..e1bf822 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,6 @@ build_pt1: - mkdir dist - python build.py lab4 - python build.py lab5 - - cp resources/lab3_program.txt dist/lab3/program.txt - mv -f dist/* . artifacts: paths: @@ -21,6 +20,7 @@ build_pt2: - python build.py lab1 - python build.py lab2 - python build.py lab3 + - cp resources/lab3_program.txt dist/lab3/program.txt artifacts: paths: - lab1/*.pdf -- GitLab