diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 302ae04f8e6af88e42240f97c96e99eb8ab23fa0..e6c05e4ec449e53f3fcd51b47ad7f154499a54c9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,7 +36,6 @@ testsimplelexer: image: czen/ubuntu_xbuild script: - ./prebuild.sh - - ./build.sh - mono packages/NUnit.ConsoleRunner.3.10.0/tools/nunit3-console.exe --labels=ON TestSimpleLexer/bin/Debug/TestSimpleLexer.dll - mono NunitReportParser/bin/Debug/NunitReportParser.exe ${TRAVIS_BUILD_DIR} ${TRAVIS_REPO_SLUG} tags: @@ -47,7 +46,6 @@ testlexer: image: czen/ubuntu_xbuild script: - ./prebuild.sh - - ./build.sh - mono packages/NUnit.ConsoleRunner.3.10.0/tools/nunit3-console.exe --labels=ON TestLexer/bin/Debug/TestLexer.dll - mono NunitReportParser/bin/Debug/NunitReportParser.exe ${TRAVIS_BUILD_DIR} ${TRAVIS_REPO_SLUG} tags: @@ -58,7 +56,6 @@ testgeneratedlexer: image: czen/ubuntu_xbuild script: - ./prebuild.sh - - ./build.sh - mono packages/NUnit.ConsoleRunner.3.10.0/tools/nunit3-console.exe --labels=ON TestGeneratedLexer/bin/Debug/TestGeneratedLexer.dll - mono NunitReportParser/bin/Debug/NunitReportParser.exe ${TRAVIS_BUILD_DIR} ${TRAVIS_REPO_SLUG} tags: